in reply to Re: Re: Re: getopt?
in thread getopt?

Yes, you're right. I realized that last night and fixed it.
now, it reads...
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; }