> > exec("sendscript.pl");
> > print "Couldn't start sendscript.pl <BR>Error: $!\n";
Oh yeah...
What is the out put of ls -l in that directory?
Is it .cgi and not .pl?
Is it spelled wrong? (IE It is actually SendScript.pl)
Try a ./ in front since that is what you'd have to type in to execute it.
Or perl sendscript.pl if it's not executable.
>
> How about exec("..") or print "Couldn't start it $!";
> Since this will print an error no matter what.
I should clarify, since your origiinal way would print the Error no matter what.
>
> Also have youy tried system() or qx()?
>
> >
> > I guess as long as the sockets open I won't fuss over this
> >
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]