On Tue, Dec 19, 2006 at 06:18:54AM +0000, pradeep reddy wrote:
> Hi,
> 
> The Perl excutable is located at "/usr/bin" & The script has "#!/usr/bin/env 
> perl" at the top.
> I changed the "#!/usr/bin/env perl" to "/usr/bin perl", this time when I run 
> , its giving "permission denied".But, I have other scripts, with 
> "#!/usr/bin/env perl", these are executing with no issues.


You need to make that #!/usr/bin/perl 

or is that what you had?


Owen

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to