Created
September 4, 2020 07:33
-
-
Save gugod/689d54ce3ac0153bc0f6b97674949c8d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
source ~/perl5/perlbrew/etc/bashrc | |
perlbrew list | |
perlbrew use perl-5.18.2 | |
which perl | |
perl -V |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment