> -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
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
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
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
>
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: