in reply to Re: Re: Re: getopt?in thread getopt?
if ($help || !($file && $database && $user && $password)){ print "rip_sched -h/--help -f/--file datafile -d/--database database - +u/--user database-user -p/--password database-password\n"; exit 0; } [download]