Subject: | pp -gui causes command line arguments to be ignored |
The following script prints nothing if compiled with the -gui switch:
#!/usr/bin/perl -w
print("$#ARGV\n");
foreach my $arg (@ARGV) {
print("$arg\n");
}
pp --gui -o test.exe test.pl
Querying target 1 (ActivePerl 5.8.6.811)
2. PAR [0.87] Perl Archive Tookit