abhinav has asked for the wisdom of the Perl Monks concerning the following question:
But when I am running the code,it is giving the following error -use Getopt::Long; my @chk; GetOptions('nodelist=i{4}' => \@chk); print "@chk \n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error using Getopt::Long
by andreas1234567 (Vicar) on Sep 27, 2007 at 09:42 UTC | |
|
Re: Error using Getopt::Long
by almut (Canon) on Sep 27, 2007 at 09:55 UTC | |
|
Re: Error using Getopt::Long
by rdfield (Priest) on Sep 27, 2007 at 09:54 UTC | |
|
Re: Error using Getopt::Long
by jeanluca (Deacon) on Sep 27, 2007 at 09:44 UTC |