|
User /
PerlProblemPerl scripts embed the directory of the Perl interpretter within the first line of the script. Thus, the operating system only needs to "see" the first line in order to figure out how to run the script (whether it is Perl or csh or Python). If the ' % which perl
/usr/bin/perl
If Perl is not in #!/usr/bin/perl and might need to be changed to: #!/usr/local/bin/perl |