N
News KF
Hi,
I want to have a perl-application, that could reside on a CD or USB
memory stick and could run on any windows computer.
Source code protection is of now issue, but being able to run the code
wherever I go would be important.
Is there any standard recipe to do so?
What I magine is to write a perl script, that needs some modules with
native code sections for example GD or expat.
Then I'd like to create a directory containing the perl interpreter and
all required DLLs and modules and the source code.
Is it possible get something like this up and running without messing
around in the registry or any other file on the hard disk?
Thanks inadvance for any info and bye
nkf
P.S. My perl experience is so far only linux and cygwin based and I
don't know about how messy it is to install perl on windows.
I want to have a perl-application, that could reside on a CD or USB
memory stick and could run on any windows computer.
Source code protection is of now issue, but being able to run the code
wherever I go would be important.
Is there any standard recipe to do so?
What I magine is to write a perl script, that needs some modules with
native code sections for example GD or expat.
Then I'd like to create a directory containing the perl interpreter and
all required DLLs and modules and the source code.
Is it possible get something like this up and running without messing
around in the registry or any other file on the hard disk?
Thanks inadvance for any info and bye
nkf
P.S. My perl experience is so far only linux and cygwin based and I
don't know about how messy it is to install perl on windows.