RE: Script does not want to run, error

2003-03-06 Thread LoBue, Mark
> -Original Message- > From: mel awaisi [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 2:11 PM > To: [EMAIL PROTECTED] > Subject: Script does not want to run, error > > > Hi, > > I am having problems opening this script on my machine. i > have been getting > help from a ve

Re: Script does not want to run, error

2003-03-05 Thread jdavis
On Wed, 2003-03-05 at 15:11, mel awaisi wrote: > Hi, > > I am having problems opening this script on my machine. i have been getting > help from a very helpful person on this list. > > I have checked the shebang line, that perl exists, and perl -v gives proper > output. > > i try to run the sc

Re: Script does not want to run, error

2003-03-05 Thread Mark G
Make sure your script starts with #!/path/to/perl then change permission of the script, chmod 755 file_to_set try to run your script, if it doesnt work try #perl file_to_run Mark - Original Message - From: "mel awaisi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 0

RE: Script does not want to run, error

2003-03-05 Thread Dan Muey
Try # ./renamer.pl How do you know it's not running? It could be running but not printing anything to the screen? Is it supposed to have output? What is it supposed to do? Throw us bone here!! DMuey > Hi, > > I am having problems opening this script on my machine. i > have been getting >

Re: Script does not want to run, error

2003-03-05 Thread John W. Krahn
Mel Awaisi wrote: > > Hi, Hello, > I am having problems opening this script on my machine. i have been getting > help from a very helpful person on this list. > > I have checked the shebang line, that perl exists, and perl -v gives proper > output. > > i try to run the script below as follow: