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