Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Perl script is not executing
Name: sri Date: April 28, 2003 at 05:06:27 Pacific OS: 8 CPU/Ram: p4
Comment:
Hi,
I am having one strange proble in redhat linux 8.I am trying to execute my perl script.This is giving ": bad interpreter: No such file or directory ".I have seen the path of my perl is /usr/bin/perl.In my script also i have declared the same still i am not able to execute my perl program.can some one help me in this?.
Summary: Question to all PERL geeks, My requirement is : I want a perl script which will execute another program (e.g ls) and will read the STDOUT and STDERR in variables without using files. so, it will first...
Summary: Are the permissions of the perl script set to executable? Running 'perl view.pl' will work regardless of whether or not the script is executable, but in order for it to execute as a CGI script through...
Summary: Hello, I'm quite new to linux and am trying to figure out the best way to filter mail on a linux server the office I work at uses. I've tried learning about procmail, but it seems like I could really ...