Re: how to use script to run perl scripts

2003-01-17 Thread David Busby
Also make sure the shell scripts starts with: #!/bin/sh or something similar. /B - Original Message - From: "Jianping Zhu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 05:53 Subject: how to use script to run perl scripts > > I have a perl file pe.pl >

RE: how to use script to run perl scripts

2003-01-17 Thread Rick Carroll
Add ./ or the full path when you type pp. Or you can END (anywhere else not considered secure) your PATH environment variable with : or :. To search the current directory. Make sure it's at the end, or at least after ANY AND ALL system directories such as /bin or /usr/bin, and so on. Rick. -