RE: command line options

2004-04-16 Thread ewalker
-Original Message- From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 4:59 PM To: ewalker Cc: [EMAIL PROTECTED] Subject: Re: command line options [EMAIL PROTECTED] wrote: > Hey guys anyone have any examples of how to check options with the Get::Lon

Re: command line options

2004-04-16 Thread Wiggins d'Anconia
[EMAIL PROTECTED] wrote: Hey guys anyone have any examples of how to check options with the Get::Long module. Here is what I used to get the options. I need examples of how to check to see if they entered the correct things or not. &GetOptions('h|usage|help|info', 'p=s', 's=s', 't=s'); I posted a