in reply to Re: Parsing command line
in thread Parsing command line
as you can see I used hash (reference), but doesn't supposed to matter (it happened to me even when I didn't used hash).local %hash; if (GetOptions(\%hash, 'pdcuse!', 'uamlist=s', 'loginmesg=s')) { &doSomething(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Parsing command line
by Tomte (Priest) on Aug 26, 2002 at 13:29 UTC | |
by hotshot (Prior) on Aug 26, 2002 at 13:46 UTC | |
by Tomte (Priest) on Aug 26, 2002 at 13:52 UTC | |
by hotshot (Prior) on Aug 26, 2002 at 14:12 UTC | |
by Tomte (Priest) on Aug 26, 2002 at 15:02 UTC | |
|