Look with using PAR.

pp -o testeC teste.pl

teste.pl

#!/usr/bin/perl
print "Hello World\n";

Size file:

teste.pl         => 4.0 k
testeC          => 3.6 M

This is very strange, too increases the size of the file. You know tell me
why ?

And thanks for information perlcc i will trie to use it.


2010/3/29 Shlomi Fish <shlo...@iglu.org.il>

> Replying to the list, next time - hit reply to all.
>
> On Monday 29 Mar 2010 17:29:15 Eduardo Terzella wrote:
> > I know it's possible to open my obfuscate your source code, but I want
> > something just
> > that impede it. I used the perlcc, so that the version of perl 5:10 I can
> > not use it
> > it. The PAR, using the pp too increases the size of my script.
> >
> > Do you know any solution that can tell me?
> >
>
> perlcc is now maintained on CPAN outside the Perl 5 core:
>
> http://search.cpan.org/dist/B-C/
>
> May be it will work for you. It is also possible that PAR supports better
> compression schemes such as bz2 or 7z/lzma/xz.
>
> Regards,
>
>        Shlomi Fish
>
> > 2010/3/29 Shlomi Fish <shlo...@iglu.org.il>
> >
> > > Hi,
> > >
> > > On Monday 29 Mar 2010 16:23:14 eterzella wrote:
> > > > Good morning,
> > > >
> > > > I used the perlcc to compile my perl scripts. In version 5.10 I can
> no
> > > > longer
> > > > use, I indicated the PAR to the compilation, put the files when
> > > > compiled with the PAR are very large.
> > > >
> > > > This is normal when using the PAR? Is there any other option
> > > > hide my perl code?
> > >
> > > See:
> > >
> > >
> > >
> http://perl.net.au/wiki/Freenode_Sharp_Perl_FAQ#How_can_I_compile_my_code
> > > _to_obscure_.2F_obfuscate_the_source.3F
> > >
> > > PAR does not obscure/hide your source code - people can still see it by
> > > unpacking the zip-inside-the-exe file.
> > >
> > > Also see:
> > >
> > > http://community.livejournal.com/shlomif_tech/39732.html
> > >
> > > Regards,
> > >
> > >        Shlomi Fish
> > >
> > > --
> > > -----------------------------------------------------------------
> > > Shlomi Fish       http://www.shlomifish.org/
> > > Stop Using MSIE - http://www.shlomifish.org/no-ie/
> > >
> > > Deletionists delete Wikipedia articles that they consider lame.
> > > Chuck Norris deletes deletionists whom he considers lame.
> > >
> > > Please reply to list if it's a mailing list post -
> http://shlom.in/reply
> > > .
>
> --
> -----------------------------------------------------------------
> Shlomi Fish       http://www.shlomifish.org/
> Why I Love Perl - http://shlom.in/joy-of-perl
>
> Deletionists delete Wikipedia articles that they consider lame.
> Chuck Norris deletes deletionists whom he considers lame.
>
> Please reply to list if it's a mailing list post - http://shlom.in/reply .
>

Reply via email to