RE: command line args in Windows 2000

2002-01-08 Thread Wagner-David
this area concerning file type setups. W/o the setup above, @ARGV ( Std way under w2k to params/arguments) from the command line will not work. Wags ;) -Original Message- From: Rich Rochelle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 18:04 To: [EMAIL PROTECTED] Subject: command li

command line args in Windows 2000

2002-01-08 Thread Rich Rochelle
Hi, I have no idea how much traffic is on this list, and I have searched all day for an answer to this question. How do I pass command line arguments to Perl under Windows 2000? I have the following code snippet: &GetOptions("size=s"); print "\nsize is $opt_size\n"; exit; $opt_size never appe