in reply to Re^2: How to check if a scalar value is numeric or string?
in thread How to check if a scalar value is numeric or string?
Why don't you save a copy of the command line before calling GetOptions?
If you can't because you're rearranging the command line somehow, you'll need to pass your reconstructor some of the information you pass to GetOptions (as in, whether a parameter is a toggle or takes a value).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: How to check if a scalar value is numeric or string?
by bgupta (Novice) on Aug 27, 2009 at 15:23 UTC | |
by ikegami (Patriarch) on Aug 27, 2009 at 16:00 UTC |