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 wil

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

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

Re: perlcc, par, another ?

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

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

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 n

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

Re: does perlcc gives tru standalones

2007-10-16 Thread Jenda Krynicky
From: anders <[EMAIL PROTECTED]> > Hi! > I have a problem, i like somtimes to send scripts to customers, for > making quick fixes etc, > but som customer don't have perl install and/or will never understand > how to install it. > > So if i comple my scripts

does perlcc gives tru standalones

2007-10-16 Thread anders
Hi! I have a problem, i like somtimes to send scripts to customers, for making quick fixes etc, but som customer don't have perl install and/or will never understand how to install it. So if i comple my scripts with perlcc can i runt this in a machine without perl install or.. I have

Re: Problem with Fcntl.pm in a compiled(perlcc) Perl-cgi program

2007-02-07 Thread Tom Phoenix
On 2/7/07, I BioKid <[EMAIL PROTECTED]> wrote: I have a compiled perl-cgi program (using perlcc compiled on a 32bit Linux Machine), now I have moved my program to another machine (64bit). Now I am not able to run the program. Have you tried running the non-compiled version (i.e., you

Problem with Fcntl.pm in a compiled(perlcc) Perl-cgi program

2007-02-07 Thread I BioKid
Dear All, I have a compiled perl-cgi program (using perlcc compiled on a 32bit Linux Machine), now I have moved my program to another machine (64bit). Now I am not able to run the program. In the error_log I am getting the error : Can't locate Fcntl.pm. But Fcntl.pm is there, When

Re: perlcc executable to perl code ?

2006-06-30 Thread JupiterHost.Net
I BioKid wrote: Dear All, One quick question: Is ther any way to get the source code out of a perlcc executable ? same as any other compiled C code. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/>

perlcc executable to perl code ?

2006-06-30 Thread I BioKid
Dear All, One quick question: Is ther any way to get the source code out of a perlcc executable ? thanks a bunch to all, ibiokid !!!

perlcc executable to perl code ?

2006-06-30 Thread I BioKid
Dear All, One quick question: Is ther any way to get the source code out of a perlcc executable ? thanks a bunch to all, ibiokid !!!

答复: I found perlcc(distributed w ith ActiveState Perl) is useless mostly :(

2006-03-10 Thread zhao_bingfeng
smime.p7m Description: S/MIME encrypted message

RE: I found perlcc(distributed with ActiveState Perl) is useless mostly :(

2006-03-09 Thread Thomas Bätzler
smime.p7m Description: S/MIME encrypted message

I found perlcc(distributed with ActiveState Perl) is useless mostly :(

2006-03-09 Thread zhao_bingfeng
I wrote some perl programs and want to use perlcc compiles them to .exe files, I get easily crashed results after long time wait. I feel if I use a little complex data structures, such as hash of array, it will get in problems; of source, little script such as "hello world" is O

Re: perlcc boot_File__Glob error (solution)

2002-09-11 Thread Tony
machice as they were on the machine the code was compiled. I just happen to be in the unique position of distributing a product that I'm able to choose any operating system I want, any software I want, and configure it in any way I want. So I decided to secure it with perlcc was the best way o

Re: perlcc boot_File__Glob error (solution)

2002-09-11 Thread Tony
Paul, Do you know of a way to reverse the output of perlcc back to the source code? Because I've searched for a way and I'm under the impression it is not reversable. Also, I figure why not try my best to hide all evidence of what language I'm using. I try to make it as diffic

Re: perlcc boot_File__Glob error (solution)

2002-09-09 Thread david
Tony wrote: > > Seems that glob needs to be defined manually with perlcc but with the perl > interpreter glob is already defined. > > If anyone has additional information to educate me a little more on this > 'glob' issue I'd appreciate it. > > Hope this

Re: perlcc boot_File__Glob error (solution)

2002-09-08 Thread zentara
On Sat, 7 Sep 2002 11:07:23 -0400, [EMAIL PROTECTED] (Bob Showalter) wrote: >I wonder why there's so much traffic on this list about perlcc? Why do so >many feel the compulsion to "compile" their programs? My observations: 1. C compiled programs run faster, so many begin

Re: perlcc boot_File__Glob error (solution)

2002-09-08 Thread Paul Johnson
use of double quotes shows that you know that perlcc won't make your program secure, but I suspect that many are not aware of that. > - Original Message - > From: "Bob Showalter" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, September

Re: perlcc boot_File__Glob error (solution)

2002-09-07 Thread Tony
Well, in my case I work for a security company, and I need to close the source to make sure that our software is "secure". - Original Message - From: "Bob Showalter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 07, 2002 8:07 AM Sub

Re: perlcc boot_File__Glob error (solution)

2002-09-07 Thread Bob Showalter
I wonder why there's so much traffic on this list about perlcc? Why do so many feel the compulsion to "compile" their programs? - Original Message - From: "Tony" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 9:04 PM

perlcc boot_File__Glob error (solution)

2002-09-06 Thread Tony
I couldn't find a better place to post this information than beginners section so here it is: -- If you are compiling your perl prog with perlcc and receive this error, /tmp/ccaooDv1.o: In function `dl_init&#

Re: perlcc

2002-08-27 Thread zentara
On Mon, 26 Aug 2002 15:05:26 -0400, [EMAIL PROTECTED] (William Ampeh) wrote: >Hello, > >Has anyone experimented with perlcc? > >If so, any pointers to how it works will be appreciated. Yeah, I've experimented with it. It's very buggy. If you are using perl version 5.

Re: perlcc

2002-08-26 Thread drieux
On Monday, August 26, 2002, at 12:05 , <[EMAIL PROTECTED]> wrote: [..] > Has anyone experimented with perlcc? > > If so, any pointers to how it works will be appreciated. as of 5.6.1 the advice remains that it can make byte-code - and if you are lucky - it can generate code that

Re: perlcc

2002-08-26 Thread Paul Johnson
On Mon, Aug 26, 2002 at 03:05:26PM -0400, [EMAIL PROTECTED] wrote: > Hello, > > Has anyone experimented with perlcc? > > If so, any pointers to how it works will be appreciated. Presumably you've looked at perldoc perlcc. If you are talking about compiling to an executable

perlcc

2002-08-26 Thread William.Ampeh
Hello, Has anyone experimented with perlcc? If so, any pointers to how it works will be appreciated. __ William -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: perlcc

2002-07-21 Thread Timothy Johnson
You CAN do it, but you must have a compiler installed. Even if you do, however, be advised that perlcc is not a finished product. It may not work perfectly even if you do everything right. If you are trying to compile Perl code because: (a)you want to be able to distribute a script to

Re: Cygwining off Re: perlcc - newbie - cannot compile successfully - sample sessio n

2002-04-20 Thread Robert Citek
Hello Chris, At 10:23 PM 4/20/2002 +0100, Chris Ball wrote: >> "Robert" == Robert Citek <[EMAIL PROTECTED]> writes: > >Robert> Some CPAN modules/tarfiles have filenames that have two >Robert> colons in them, e.g. foo::bar. While this works fine under >Robert> Unix/Linux, Windows

Re: Cygwining off Re: perlcc - newbie - cannot compile successfully - sample sessio n

2002-04-20 Thread Chris Ball
> "Robert" == Robert Citek <[EMAIL PROTECTED]> writes: Robert> Some CPAN modules/tarfiles have filenames that have two Robert> colons in them, e.g. foo::bar. While this works fine under Robert> Unix/Linux, Windows complains. I believe MacOS 9 would balk Robert> about this, t

Re: Cygwining off Re: perlcc - newbie - cannot compile successfully - sample sessio n

2002-04-20 Thread Robert Citek
Some CPAN modules/tarfiles have filenames that have two colons in them, e.g. foo::bar. While this works fine under Unix/Linux, Windows complains. I believe MacOS 9 would balk about this, too. Not sure about darwin/MacOS X. Regards, - Robert At 01:43 PM 4/15/2002 -0700, A. Rivera wrote: >Fork

giving up on perlcc, now trying perl -MO=c z.pl, still hasproble ms

2002-04-16 Thread Collins, Joe (EDSI\\BDR)
Perlcc.bat seems to difficult at this stage and thus I tried simplifying it. My platform: Windows 2000 or XP My Perl: v5.6.0 built for MSWin32-x86-multi-thread Binary build 618 z.pl: use strict; my $ans=3*12; print "3x12=$ans\n"; What I tried: perl -MO=c z.pl The results: Undefined sub

RE: perlcc faq ?

2002-04-16 Thread Collins, Joe (EDSI\\BDR)
lti-thread Binary build 618 I am in directory c:\ and invoke this: perlcc -o z.exe z.pl -- Compiling z.pl: -- Making C(z.pl.c) for z.pl! C:\Perl\bin\Perl.exe -IC:/Perl/lib -IC:/Perl/site/l

Re: perlcc faq ?

2002-04-15 Thread zentara
On Mon, 15 Apr 2002 09:47:23 -0400, [EMAIL PROTECTED] (Joe Collins) wrote: >Hi, > >I tried the perlcc process this w/e and I am sure I am using it correctly, i.e. >proper parms, good perl program etc but I keep getting a vague error, i.e. >"the system cannot find the spec

Re: Cygwining off Re: perlcc - newbie - cannot compile successfully - sample sessio n

2002-04-15 Thread A. Rivera
Fork doesn't work properly. That's about all I've found so far. - Original Message - From: "drieux" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 15, 2002 1:04 PM Subject: Cygwining off Re: perlcc - newbie - cannot compile successfu

Cygwining off Re: perlcc - newbie - cannot compile successfully - sample sessio n

2002-04-15 Thread drieux
On Monday, April 15, 2002, at 12:12 , Timothy Johnson wrote: > I did a little looking into this, since you have obviously decided that > this > is something you need. If you check out perlcc.bat, then you will see > that > there is a system() call. The system call references $Config{cc}, whi

RE: perlcc - newbie - cannot compile successfully - sample session

2002-04-15 Thread Timothy Johnson
compiler and Perl. -Original Message- From: Collins, Joe (EDSI\BDR) [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 11:23 AM To: '[EMAIL PROTECTED]' Subject: perlcc - newbie - cannot compile successfully - sample session Do I need something else, i.e. path settings or wha

perlcc - newbie - cannot compile successfully - sample session

2002-04-15 Thread Collins, Joe (EDSI\\BDR)
Do I need something else, i.e. path settings or whatever? My source: use strict; my $ans=3*12; print "3x12=$ans\n"; My platform: Windows XP I am in directory c:\ and invoke as shown. perlcc -o z.exe z.pl -- Comp

Re: perlcc "the system cannot find the file specified". ??

2002-04-15 Thread drieux
On Monday, April 15, 2002, at 08:04 , Collins, Joe (EDSI\BBDR) wrote: > > I also tried the same stuff in c:\ and received the same messages. > > Any ideas? > > Joe I'm very new to this as well - but a thought: do you have a 'real compiler' on the machine? It i

RE: perlcc "the system cannot find the file specified". ??

2002-04-15 Thread Collins, Joe (EDSI\\BDR)
I did ...I went to \perl\bin and found perlcc.bat - I then copied my .pl program (lamore.pl) there and typed: perlcc -o z.exe lamore.pl It started running and invoked Perl twice and then coughed up that message. I browsed perlcc.bat and did not find the message in there so it must be coming from

perlcc faq ?

2002-04-15 Thread Collins, Joe (EDSI\\BDR)
Hi, I tried the perlcc process this w/e and I am sure I am using it correctly, i.e. proper parms, good perl program etc but I keep getting a vague error, i.e. "the system cannot find the specified file" - and it gives NO hint of which file it wants, i.e. .pm, .dll etc? Is there

RE: perlcc "the system cannot find the file specified". ??

2002-04-14 Thread Timothy Johnson
Is perlcc in your path? It sounds to me like your OS can't find perlcc. Try using the full path to perlcc. -Original Message- From: Joe Collins To: [EMAIL PROTECTED] Sent: 4/14/02 12:39 PM Subject: Q: perlcc "the system cannot find the file specified". ?? I run per

Q: perlcc "the system cannot find the file specified". ??

2002-04-14 Thread Joe Collins
I run perlcc and get the error "the system cannot find the file specified". My options are -o to create the executable. Any ideas what it wants? I confirmed the .pl I am compiling is clearly visible. TIA, Joe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Perlcc -B

2002-03-26 Thread Paul Johnson
On Tue, Mar 26, 2002 at 02:20:50AM -, John Bennett wrote: > Hi All > > I have been looking into perlcc for a little while as I would like to > compile a program to make the source unreadable, and haven't had much > luck as it was compiling files of about 20MB which makes

RE: Perlcc -B

2002-03-25 Thread Timothy Johnson
riginal Message- From: John Bennett [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 6:21 PM To: [EMAIL PROTECTED] Subject: Perlcc -B Hi All I have been looking into perlcc for a little while as I would like to compile a program to make the source unreadable, and haven't had much luck

Perlcc -B

2002-03-25 Thread John Bennett
Hi All I have been looking into perlcc for a little while as I would like to compile a program to make the source unreadable, and haven't had much luck as it was compiling files of about 20MB which makes it a little harder for people to download - but I have just started using the perl

Perlcc options changed

2002-03-05 Thread Anand Apurv-AANAND1
Hi, On Solaris the perlcc options has the -gen -sav options to save the generated C code, etc. However, on HP-UX, these options do not exist. Also, while compiling my script on HP, compilation fails with the error - ld: Unsatisfied symbols: boot_File__Glob (code) Any ideas ? Has the perlcc

cannot run program compiled with perlcc

2001-07-05 Thread Jay Anantharaman
I cannot run the following program compiled with perlcc (seems to be a problem with IO.so not getting properly loaded?) Wonder why? How can it be fixed? Thanks! -Jay #!/usr/local/bin/perl -w use IO::File; $fh = new IO::File; if ( $#ARGV < 0 ) { $fh->fdopen(fileno(STDIN),"

perlcc DynaLoader error, fix?

2001-07-04 Thread Pierre Smolarek
undefined reference to `boot_DynaLoader' Is there a fix to the above error.. i thought i read somewhere that there was.... perlcc used to work a dream, then i upgraded to 5.6.1 and it has never worked since Pierre