in reply to Command Prompt arguments.

DanDan, welcome to the Perl community.

Others have already pointed out that there are several modules available that handle command line options.

However, since you describe yourself as both a Perl novice and a C-programmer, here are some comments that I hope will be helpful:

Replies are listed 'Best First'.
Re^2: Command Prompt arguments.
by hmerrill (Friar) on Jun 21, 2004 at 12:34 UTC
    Excellent recommendations!

    I'll just add a few things. If you're not familiar with the excellent documentation that is included with perl, it's called the 'perldocs'. You can get started by doing 'perldoc perl' at a command prompt.

    As far as books are concerned, I would also highly recommend 'Programming Perl' 3rd edition. And high on my list are 'Learning Perl' and 'Perl Cookbook'.

    HTH.