Search   Feed   Browse   Add
Feed items 31 - 37 of 37 for June 2008

perl.par

...

Re: PAR always unpacks by rahed - June 5, 2008

0xbeefdevnull.org (Niel Lambrechts) writes:> I&39;ve noticed that my PAR generated binaries always get extracted -> even on multiple runs, although I was under the impression that> subsequent runs would avoid doing that.Use -T "myDir" option to pp. -C must not be used. Subsequent runs of exewill use cache-myDir directory.-- Radek
http://www.nntp.perl.org/group/perl.par/2008/06/msg3603.html

Re: PAR and Getopt::Euclid (access to other modules from oneofthemodules in PAR archive) by Steffen Mueller - June 5, 2008

Hi Alvar,Alvar Freude wrote:> What is the reason, that the files are written with some other name> (looks like a shortened checksum)> > I think it would be good if this can switched on and off.This is a can of worms. Please read the recent "problem with POSIXpackage and par" thread for the nitty gritty details.>> This is an entirely different problem. If you&39;re prepared to maintain>> the module, you could ask Damian for co-maintenance permissions on>>..
http://www.nntp.perl.org/group/perl.par/2008/06/msg3602.html

Re: PAR and Getopt::Euclid (access to other modules from oneofthe modules in PAR archive) by Alvar Freude - June 5, 2008

Hi,-- Steffen Mueller <wyp3rlx02sneakemail.com> wrote:> For the case where you use Getopt::Euclid from a script, you&39;d have to> replace $0 with something... (The code is just a few lines down from> your change.)ah yes, I forgot this ;-) -- but should include it in the final patch.What is the reason, that the files are written with some other name (looks like a shortened checksum)I think it would be good if this can switched on and off.>> changing Getopt::Euclid is for me.
http://www.nntp.perl.org/group/perl.par/2008/06/msg3601.html

Re: PAR and Getopt::Euclid (access to other modules from one ofthemodules in PAR archive) by Steffen Mueller - June 5, 2008

Hi Alvar,Alvar Freude wrote:> But for the problem now reading the file would be a solution -- and now> it seem to work. In %INC is the correct file name, and also PAR stores> the correct filename of the module, so it seem to work with this:> > I changed in Getopt::Euclid the following:> > open my $fh, &39;<&39;, $caller1 or croak ...> > into:> > my $fh;> open $fh, &39;<&39;, $caller1 or open $fh, &39;<&39;, $INC$caller1> or croak ...>...
http://www.nntp.perl.org/group/perl.par/2008/06/msg3600.html

Re: PAR and Getopt::Euclid (access to other modules from one of themodules in PAR archive) by Dave Howorth - June 5, 2008

Glenn Linderman wrote:> My goal in using PAR::Packer is to be able to take a bunch of piece> parts, and bundle it for non-programmers in a way that is usable. While> performance is part of usable, if it is just first-use performance that> is a bit slower, I can&39;t say that I&39;m too concerned.Agreed. IMHO, it&39;s more important that it should Just Work in thegreatest number of cases. Performance is an optimisation.Cheers, Dave
http://www.nntp.perl.org/group/perl.par/2008/06/msg3599.html

Re: How to hide the source of pm files using pp by Steffen Mueller - June 5, 2008

Hi Henry,Henry Wu wrote:> I am building an exe file using pp -f Bleach -f Obfuscate -o abc abc.pl> > I found that only abc.pl &39;s source was hided, all .pm files that> abc.pl used are still in clear txt in the extracted directory> I want to hide some of the my .pm source files that used by abc.pl as> well . How do I do that The short answer: Don&39;t do that.The long answer: If you must, you can use the -F (big F) option to pp.See perldoc pp.Trying to hide your source...
http://www.nntp.perl.org/group/perl.par/2008/06/msg3598.html

How to hide the source of pm files using pp by Henry Wu - June 5, 2008

Hi guys,I am building an exe file using pp -f Bleach -f Obfuscate -o abc abc.plI found that only abc.pl &39;s source was hided, all .pm files thatabc.pl used are still in clear txt in the extracted directoryI want to hide some of the my .pm source files that used by abc.pl aswell . How do I do that Thanks a lotHenry.
http://www.nntp.perl.org/group/perl.par/2008/06/msg3597.html
Available Archives
- June (37 items)
- July (3 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact