On Monday 29 Mar 2010 17:47:30 Eduardo Terzella wrote:
> 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 ?
> 

Well , PAR also includes the entire perl 5 run-time - 
/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE/libperl.so takes 1,427,604 
bytes here) and possibly other libraries inside. There may be a way to 
decrease it but I'm not a PAR expert and never worked with it. (You can try 
asking on the IRC or on PAR-specific mailing lists.)

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

You're welcome.

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Best Introductory Programming Language - http://shlom.in/intro-lang

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 .

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to