My distribute dictation is stand alone computer not in a LAN, so a well work
environment is important to me.
"Timothy Johnson" <[EMAIL PROTECTED]> wrote in message
C0FD5BECE2F0C84EAA97D7300A500D5002581016@SMILEY...">news:C0FD5BECE2F0C84EAA97D7300A500D5002581016@SMILEY...;
>
> The registry changes made by ActivePerl are mainly to register the program
> so that you can uninstall it and create the appropriate file associations
> with .pl files.  We run a perl script as part of our login process.  So
that
> we don't have to install it on all of 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
> To: [EMAIL PROTECTED]
> Subject: Re: How can I distrubit a Perl execute envrioment
>
>
> 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:C0FD5BECE2F0C84EAA97D7300A500D5002581012@SMILEY...;
> >
> > 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
you
> > can copy your perl directory to that machine and launch it from there,
or
> > set up a copy of the perl directory on a server and launch it from
there.
> > The second might be easier if you end up running your script on more
than
> > one computer.
> >
> > -----Original Message-----
> > From: Ricky
> > To: [EMAIL PROTECTED]
> > Sent: 2/28/02 10:11 PM
> > Subject: How can I distrubit a Perl execute envrioment
> >
> > I program a perl Tk program to access MySQL database. The distribution I
> > use
> > is Active Perl. When I work with my program, I use Active State Perl's
> > PPM
> > download DBI, PerlTK and MySQL DBD. Now I want to make this program
> > working
> > on other computer which can't access internet. How can I distribute my
> > program with the whole perl module?
> >
> > Could some give me some advices?
> >
> > Thanks for any reply!
> >
> >
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> --------------------------------------------------------------------------
> ------
> > This email may contain confidential and privileged
> > material for the sole use of the intended recipient.
> > If you are not the intended recipient, please contact
> > the sender and delete all copies.
>
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> --------------------------------------------------------------------------
------
> This email may contain confidential and privileged
> material for the sole use of the intended recipient.
> If you are not the intended recipient, please contact
> the sender and delete all copies.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to