in reply to Korn Shell Wrappers for Perl Module Functions?
You could pass arguments by environment variables, of course, but command line args are usually better especially if you want to optionally run this script from the command line. Or you could take command line args if they're there, but default to the %ENV hash if there are no command line args.
Besides, 'ps -f' on my system anyway, would show that it IS a perl script running no matter what argument passing you used. (Or are you just worried about the parameters showing?)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Korn Shell Wrappers for Perl Module Functions?
by belg4mit (Prior) on Feb 16, 2002 at 05:48 UTC |