in reply to Re^5: Permissions denied
in thread Permissions denied
So, what is the content of perl5-/prldoc/cpan.txt ? Does it start with a hashbang like the following:
#!/usr/bin/perl -w
You will need to put the path to Perl at the top of your script.
Alternatively, just run your scripts using Perl directly:
perl -w perl5-/prldoc/cpan.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Permissions denied
by BarApp (Initiate) on Jun 29, 2017 at 17:25 UTC | |
by Corion (Patriarch) on Jun 29, 2017 at 17:31 UTC | |
by BarApp (Initiate) on Jun 29, 2017 at 17:46 UTC | |
by Corion (Patriarch) on Jun 29, 2017 at 17:53 UTC | |
by karlgoethebier (Abbot) on Jun 29, 2017 at 17:44 UTC | |
|
Re^7: Permissions denied
by BarApp (Initiate) on Jun 29, 2017 at 17:30 UTC |