in reply to Re: Re: Problem with @ARGV when called from crontab
in thread Problem with @ARGV when called from crontab
$cmdline = join( " ", @SOME_ARRAY ); # or some other way system( $cmdline );
I suspect your $cmdline is not being properly constructed and lookup is being stuffed into the variable twice.
-derby
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Problem with @ARGV when called from crontab
by skamerman (Initiate) on Jan 02, 2003 at 21:52 UTC |