in reply to Differences between Perl 5.8 and Perl 5.18.2
One possible explanation is that the "shebang line" (something like #!/usr/bin/perl at the top of the program does not correspond to the place where Perl is installed on your computer. Try to type which perl at the shell prompt to check where Perl is installed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Differences between Perl 5.8 and Perl 5.18.2
by mbgbioinfo (Novice) on Apr 20, 2015 at 20:27 UTC | |
by toolic (Bishop) on Apr 20, 2015 at 20:34 UTC | |
by mbgbioinfo (Novice) on Apr 21, 2015 at 18:18 UTC | |
by Laurent_R (Canon) on Apr 21, 2015 at 18:59 UTC |