1PAR::Filter::Obfuscate(U3s)er Contributed Perl DocumentatPiAoRn::Filter::Obfuscate(3)
2
3
4
6 PAR::Filter::Obfuscate - Obfuscating filter
7
9 PAR::Filter::Obfuscate->apply(\$code); # transforms $code
10
12 This filter uses B::Deobfuscate (available separately from CPAN) to
13 turn the script into comment-free, architecture-independent Perl code
14 with mangled variable names.
15
17 A harmless message will be displayed during "pp":
18
19 /tmp/8ycSoLaSI1 syntax OK
20
21 Please just ignore it. :-)
22
24 PAR::Filter, B::Deobfuscate, PAR::Filter::Crypto
25
27 Audrey Tang <cpan@audreyt.org>
28
29 <http://par.perl.org/> is the official PAR website. You can write to
30 the mailing list at <par@perl.org>, or send an empty mail to
31 <par-subscribe@perl.org> to participate in the discussion.
32
33 Please submit bug reports to <bug-par@rt.cpan.org>.
34
36 Copyright 2003-2009 by Audrey Tang <cpan@audreyt.org>.
37
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
41 See <http://www.perl.com/perl/misc/Artistic.html>
42
43
44
45perl v5.12.3 2009-03-21 PAR::Filter::Obfuscate(3)