in reply to Re^3: A nice little question for the insane
in thread A nice little question for the insane
In parsing/compiling terms, getopt and Getopt::* are parsers. The OP is lexing: turning a string into tokens. And that's what the shell is doing as well (which makes the qx trick work - although the shell will parse things different than the OP does).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: A nice little question for the insane
by crenz (Priest) on Apr 06, 2005 at 11:37 UTC |