RE: newbie problem with Getopts::Std

2002-10-10 Thread Timothy Johnson
Not at all. Sometimes the best way to figure out a problem is to try to explain it to someone else. -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 5:53 AM To: [EMAIL PROTECTED] Subject: Re: newbie problem with Getopts::Std My bad

Re: newbie problem with Getopts::Std

2002-10-10 Thread chad kellerman
My bad. I got it. I had getopts("ds:h"); and not getopts("d:s:h"); Sorry for posting something so stupid. chad On Thu, 2002-10-10 at 08:16, chad kellerman wrote: > Hi everyone, > Just started a little script I an am not too sure what I am doing > wong. I am just testing my opts to mak

newbie problem with Getopts::Std

2002-10-10 Thread chad kellerman
Hi everyone, Just started a little script I an am not too sure what I am doing wong. I am just testing my opts to make sure they are what I want. Trying to maake a script "dummy prooof" Here is what I got: use Getopt::Std; our ($opt_h, $opt_d, $opt_s); if ($opt_h) { print "Usage: $0 -