in reply to command line arguments?

You might also want to look at Getopt::Long and Getopt::Std as modules for doing this "correctly".

dave hj~

Replies are listed 'Best First'.
Re: Re: command line arguments?
by Joost (Canon) on May 23, 2002 at 10:08 UTC
    Also, you might want to take a peek at Pod::Usage for creating help messages with variable verbosity.

    This might be overkill for your program, but I found it very useful for larger tools.

    -- Joost downtime n. The period during which a system is error-free and immune from user input.