Re: perlcc, par, another ?

2010-03-31 Thread Eduardo Terzella
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.

Re: perlcc, par, another ?

2010-03-31 Thread Eduardo Terzella
Look ... I have a daemon with Daemon::Generic. When run: *linux-2xqo:~ # ./testebackup.pl start* *Starting teste server* * * *linux-2xqo:~ # ./testebackup.pl stop* *Killing 14188* Daemon works fine. But when compile using perlcc, perlcc -B daemon.pl -o daemon and run, dont work more. *linux-2

Re: perlcc, par, another ?

2010-03-31 Thread eterzella
On 29 mar, 10:23, eterze...@gmail.com (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 PA

Re: perlcc, par, another ?

2010-03-29 Thread Shlomi Fish
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 fil

Re: perlcc, par, another ?

2010-03-29 Thread Shlomi Fish
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 PA

Re: perlcc, par, another ?

2010-03-29 Thread Shlomi Fish
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?

perlcc, par, another ?

2010-03-29 Thread eterzella
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? -- To unsubscribe, e