"Chasecreek Systemhouse" schreef:

> Shell script example:
> #!/bin/sh
> perl -x ~ /home/bill/sxVHost.conf

Remove the space after -x. Don't assume that ~ will be $HOME.

  perl -x$HOME $HOME/sxVHost.conf

First test it from the command line.

-- 
Affijn, Ruud

"Gewoon is een tijger."



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