Gossamer Forum
Home : General : Perl Programming :

Hiding codes

(Page 2 of 2)
> >
Quote Reply
Re: Hiding codes In reply to
Alex,

I got the follwing error when I run perlcc test.pl :-

Making C(test.pl.c) for test.pl!
C:\Perl\bin\perl.exe -IC:/Perl/lib -IC:/Perl/site/lib -I. -MO=CC,-otest.pl.c tes
t.pl
test.pl syntax OK
Compiling C(test) for test.pl!
Couldn't open !

I'm trying to compile on a Win95 system, running version 5.005_03 built for MSWin32-x86-object.

Do you know of any issues with perlcc on Windows ?

DO you think I should upgrade to a newer version of perl ?

Will I need to install anything else after it compiles (I don't have C running on my system at the moment) or will perl run the compiled code ?

Thanks for your help.


Quote Reply
Re: Hiding codes In reply to
If you are on windows, try perl2exe instead:

http://www.perl2exe.com/

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Hiding codes In reply to
Thanks much Alex, that looks good, except it ain't free and it gives a message before it runs the script !!

> >