On Mon, May 09, 2005 at 02:05:10PM +0100, Avis, Ed wrote:
> I know that Getopt::Long accepts options at any place in the command
> line; it would be consistent and useful for Getopt::Std to do the same.
But Getopt::Std is supposed to behave like traditional UNIX command lines,
where opts are *not* processed
eg Solaris (traditional):
$ touch x -l
$
Linux (GNU):
$ touch x -l
touch: invalid option -- l
Try `touch --help' for more information.
$
I would be annoyed if my code suddenly started changing how it handled its
cmd-line args, just because I had upgraded Perl.
--
You're only as old as you look