Re: How can I distrubit a Perl execute envrioment

2002-03-02 Thread Ricky
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 > >

RE: How can I distrubit a Perl execute envrioment

2002-03-01 Thread Timothy Johnson
nd 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 distri

Re: How can I distrubit a Perl execute envrioment

2002-03-01 Thread Ricky
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 >

RE: How can I distrubit a Perl execute envrioment

2002-02-28 Thread Timothy Johnson
] 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 pr

How can I distrubit a Perl execute envrioment

2002-02-28 Thread Ricky
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