Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I mean, I would like to run program using perlproram.pl username password (not perlproram.pl -u username -p password )Getopt::Long::GetOptions( 'u=s' => \$user, 'p=s' => \$passwd, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How Do I Use Getopt::Long without switches?
by ikegami (Patriarch) on Oct 06, 2007 at 07:14 UTC | |
|
Re: How Do I Use Getopt::Long without switches?
by grinder (Bishop) on Oct 06, 2007 at 12:29 UTC | |
|
Re: How Do I Use Getopt::Long without switches?
by FunkyMonk (Bishop) on Oct 06, 2007 at 17:33 UTC | |
|
Re: How Do I Use Getopt::Long without switches?
by Anonymous Monk on Oct 06, 2007 at 06:46 UTC | |
|
Re: How Do I Use Getopt::Long without switches?
by dwm042 (Priest) on Oct 06, 2007 at 17:04 UTC |