in reply to Re: Re: Problem with @ARGV when called from crontabin thread Problem with @ARGV when called from crontab
@args =("/usr/local/stuff/lookup", "pid1", "pid2"); system(@args) == 0 or die "Oppsie system: @args failed: $?"; [download]