B
buildmorelines
I have a perl script I wrote for win32, and I want it to be the
quality of a typical C windows program. I have read about the bytecode
compiler and the perl2exe and AS perlapp programs. I dont want the end
user to ever have to know they are running perl under the hood
(shortcuts cant be "perl myscript.pl"), and I dont want them to have
to install perl seperatly (maybe a stripped version of perl would be
ok, but cant be a long install). I also want it to be pre compiled so
there is no pause at compilation. I think bytecode does that but I may
be wrong. I dont care about space or number of files really. What
should I use and any ideas?
quality of a typical C windows program. I have read about the bytecode
compiler and the perl2exe and AS perlapp programs. I dont want the end
user to ever have to know they are running perl under the hood
(shortcuts cant be "perl myscript.pl"), and I dont want them to have
to install perl seperatly (maybe a stripped version of perl would be
ok, but cant be a long install). I also want it to be pre compiled so
there is no pause at compilation. I think bytecode does that but I may
be wrong. I dont care about space or number of files really. What
should I use and any ideas?