Re: How can I distrubit a Perl execute envrioment

2002-03-02 Thread Ricky
the clients, we run it from the > network by adding a line like this at the end of the batch file: > > \\server\perlexec\bin\perl.exe \\server\plfiles\myscript.pl > > > -Original Message- > From: Ricky [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 01, 2002 10:32 AM >

RE: How can I distrubit a Perl execute envrioment

2002-03-01 Thread Timothy Johnson
m the network by adding a line like this at the end of the batch file: \\server\perlexec\bin\perl.exe \\server\plfiles\myscript.pl -Original Message- From: Ricky [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 10:32 AM To: [EMAIL PROTECTED] Subject: Re: How can I distrubit a

Re: How can I distrubit a Perl execute envrioment

2002-03-01 Thread Ricky
Thank you! While, what I worry about is that the Registry changes made buy Active, will it effect my script which using a downloaded module not a default installed module? "Timothy Johnson" <[EMAIL PROTECTED]> wrote in message C0FD5BECE2F0C84EAA97D7300A500D5002581012@SMILEY...">news:C0FD5BECE2F0C8

RE: How can I distrubit a Perl execute envrioment

2002-02-28 Thread Timothy Johnson
You have a couple of options. You can use PerlApp or Perl2exe to create an executable package that includes your script, the interpreter, and all required modules if all you need to run is that script. If you want to make sure that the second computer can run all of your future scripts, then y