in reply to Re: Re: Problem with @ARGV when called from crontab
in thread Problem with @ARGV when called from crontab

Try:
@args =("/usr/local/stuff/lookup", "pid1", "pid2"); system(@args) == 0 or die "Oppsie system: @args failed: $?";


-Waswas