I use switches with my PerlApp .EXEs all the time.  What are you using to
handle the switches, GetOpt::XXX or a homegrown solution?

-----Original Message-----
From: Robert Smith [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 10:27 AM
To: [EMAIL PROTECTED]
Subject: PerlApp and commmand line switches


Is there a way to feed a switch to a PerlApp generated .exe? 
 
I have a perl script that takes some command line arguments: 
 
For instance "perl -s myscript.pl -g -f"
 
But when I generate a myscript.exe from PerlApp, the switches no longer
function...
 
i.e. "myscript.exe -g -f "
 
A work around? Other applicable syntax?
 
Thanks,
 
~Robert
 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to