Hi List,
As I seemdd to mis the root note on this thread, hope I'm quoting the right
person here.
Michael D. Smith wrote:
> Is it possible to burn PERL and a script onto a CD and execute it from
> there without installing perl on the host computer?
The first thing I'd try for simple scripts woul
We have now released Beta 2 of ActivePerl 818 (build 817.91).
http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl
&type=beta
The new feature of Beta 2 is the PPM GUI, which is invoked if you
run `ppm` without any commandline arguments. On Windows you can
also invoke it fro
"Michael D. Smith" <[EMAIL PROTECTED]> wrote at Tue, 25 Jul 2006
12:31:37 -0500:
> Is it possible to burn PERL and a script onto a CD and execute it from
> there without installing perl on the host computer?
>
> There would be nothing in the registry. The path to perl.exe would
> have to be inc
It's just expanding $ENV{TEMP} to get that directory, so you should
still be able to write the temporary files to the cache. There should
be no registry entries or DLL registries required, but I don't have a
lot of experience with PAR.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[
I installed PAR using ppm. It seemed to work. It created an executable file
that ran.
It seems that what it's doing is putting (installing?) Perl, or at least a
big piece of it, in a "temp" file. Specifically: C:\Documents and
Settings\Administrator\Local Settings\Temp\par-Administrator\cache-
On Tue, 25 Jul 2006, Timothy Johnson wrote:
> The only disadvantage to running Perl from a CD is that the file
> associations would not be there, so you would have to prepend perl.exe
> to your command-line to launch your script.
>
> perl myscript.pl
>
> Other than that, you can just copy your perl
The other option is to "compile"
/ package the Perl script into a stand alone executable -- which could
then be readily run from a CD -- without having to address getting all
of the Perl environment and path variables right.
There are two solutions for "compiling"
/ packaging Perl scripts: (1) A
The only disadvantage to running Perl from a CD is that the file
associations would not be there, so you would have to prepend perl.exe
to your command-line to launch your script.
perl myscript.pl
Other than that, you can just copy your perl directory to a CD and run
it from any machine with a si
Hi,
Search with Google for "microweb".
You will find that perl, php, MySQL and Apache can run from a CD, with no
installation needed.
Teddy
- Original Message -
From: "Michael D. Smith" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, July 25, 2006 8:31 PM
Subject: Re: PERL on a CD
>
> Is it p
Is it possible to burn PERL and a script onto a CD and execute it from
there without installing perl on the host computer?
There would be nothing in the registry. The path to perl.exe would have to
be included for the script to execute -- but beyond that, I'm a blank.
Any thoughts appreciated.
10 matches
Mail list logo