I've been using EditPlus for awhile now on Win32 platform...
http://www.editplus.com/
The $$ I paid for it a couple years ago (it's $30 now) seems to have
been worth it, although after looking at the Crimson Editor website, it
looks quite similar and is free...a good price. I've also tried the
K
ot;, $graphical, "<\n";
exit (0);
If I remark out "use strict;" and the "my $verbose..." and "my
$graphical..." lines, it will produce the expected results...however I
don't want to exclude strict functionality...
How do I pull in the option(s)?
~
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 aroun