Daniel Brown [DB], on Monday, July 4, 2005 at 15:26 (+0100) wrote
about:

DB> Now I am wanting to analyze log files with Perl and dump the results in
DB> a MySQL database.  I know I want the DBI and DBD-MySQL modules and I've
DB> already downloaded them but what files do these modules consist of at
DB> the bare minimum and can I just copy them into the tools folder
DB> alongside perl.exe and it will work or am I going to have to install the
DB> modules on each user machine to get to use the modules with Perl?

you should see, when you used ppm install DBI (for example), on your
hdd is path something like:
D:\Perl\site\lib\DBI\
+ D:\Perl\site\lib\DBI.pm
and you need these files on remote machines too.

Also, on those remotes is MYSQL installed ?

It is not good idea map network drive for reading ?

...hm and what is that CGI problem ? :)

-- 

How do you protect mail on web? I use http://www.2pu.net

["I really do. Not hate you anymore." O'Brien to Bashir]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to