in reply to PERlCC & DBI

The number one advice I can give on perlcc is "don't".

Be sure you read "How can I compile my Perl program into byte code or C?" even if it's a bit out of date. The bottom paragraph still definitely applies.

If you can read that, and then come back and explain why you still want to compile, that'd make for an interesting discussion, so please do.

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
Re: PERlCC & DBI
by naggiman (Novice) on Jun 26, 2003 at 11:43 UTC

    I can write in perl much easier/quicker than i can write in C/C++ (note - talking weeks here, not hours or days), and i would like to run the code on machines that i know will not have perl installed.

    For me, compiling into a static binary would be very useful...

    (actually, i have managed a dynamic binary, just cannot yet work out the last step to get a fully static one).

    N.

Re: Re: PERlCC & DBI
by HTTP-404 (Sexton) on Mar 21, 2001 at 14:22 UTC
    i suggest you to look at at Perl2exe i think it's best around u can compile Tk apps without console wondow on the back www.perl2exe.com