1 questions and 2 comments/issues: Q) Can someone please explain the difference between -f and -F?
-f deals with your scripts (xbook.pl etc) -F deals with prerequisite modules (CGI.pm etc)
1) Now to filtering (I am on Win2K with perl 5.6.1): pp -o x.exe xbook.pl I wonder if this is a race or cleanup condition? This did not happen with 0.76 (the last version I tested).
Try this: pp --clean -o x.exe xbook.pl
3) So I tried using the Obfuscate filter. Again the -f does not work ------ F:\>pp -o x4.exe -f Obfuscate xbook.pl Can't call method "PADLIST" on an undefined value at M:/Perl/lib/B/Deparse.pm li ne 1039, <DATA> line 1. CHECK failed--call queue aborted, <DATA> line 1. Cannot transform C:\WINNT\TEMP\PkknVFirKi (65280)
You are on 5.6.1, which has suboptimal support for Obfuscate. Upping to 5.8.x should solve this.
/Autrijus/
