- To: ken@xxxxxxxxxx (Ken Yap)
- Subject: Re: [SLUG] Execute a file
- From: "Marshall, Joshua" <MarshallJ@xxxxxxxxxxxxxxx>
- Date: Wed Sep 27 14:03:06 2000
- Cc: Sydney Linux Users Group <slug@xxxxxxxxxxx>
> So maybe the preprocessor error is upsetting perl?
I just tried it on another perl file, does exactly the same thing (even
without the -P stuff)
[marshallj@datasrv marshallj]$ cat test.pl
#!/usr/bin/perl
print "hello\n";
[marshallj@datasrv marshallj]$ ./test.pl
bash: ./test.pl: Permission denied
[marshallj@datasrv marshallj]$ perl test.pl
hello