> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Mike Singleton
> Sent: Tuesday, July 09, 2002 3:04 PM
> To: [EMAIL PROTECTED]
> Subject: question
>
>
> This is a snippet I have a question about. Is this Unix specific...and
> if it is, si there a Win32 equivalent?
>
> use GetOpt::Std;
> ......( other code here)...
> getopts('hn:p:o:s:') or die "$HELP";
> ($Getopt::Std::opt_h) and die $HELP;

This code works fine under Win32, except for the improper capitalization of
the module name in your 'use' statement.

HTH,
Randy.

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to