Re: DBI and mySQL problems

2003-09-10 Thread Thanatos
Thanatos wrote: Gavin Laking wrote: Hi, First, sorry for the wrap on the lines below, and my apologies if this message has been seen already- I appear to be having problems sending to nntp.perl.org (I didn't realise you had to be subscribed to [EMAIL PROTECTED] to send). I am trying to i

Re: DBI and mySQL problems

2003-09-10 Thread Thanatos
gt;execute($sitename,$siteurl,$category,$description,$country,$region,$city,$added,$expires,$submitted); print $dbh->errstr(),"\n" unless ($result); $dbh->disconnect(); --- This mail doesn't seem like it will help you. However, all I did was fix the line wraps in your code. Thanatos -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HOW DO I INSTALL DBI/DBD Modules on Solaris 8

2002-11-16 Thread Thanatos
perl -MCPAN -e shell After you answer the questions ( if CPAN needs to be configured ) you can see the available DBI & DBD modules with i /DBI/ i /DBD/ To install, ( for mysql anyways :) ) instal DBD::mysql I have never done anything with Solaris .. I hope this helps you :). Thanatos

Re: question about importing data in MS Access

2002-10-23 Thread Thanatos
script that connects to the Access database and inserts the data. Hope that helps, Thanatos p.s. You can read about the DBD::ODBC module here: http://search.cpan.org/author/JURL/DBD-ODBC-0.43/ODBC.pm Hope that helps, Thanatos -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Regular expression

2002-09-12 Thread Thanatos
sivly. $1 will be * $2 will be test_merge1 $3 will be \blrk35ed\views\test_merge1.vws Note, if you want $3 to have two \\ you will need to add one like this: my $tmp = $3; $tmp = "\\$tmp"; or just add another \ to your string .. \\\blrk35ed\views\test_merge1.vws Hope that works for ya, Th

Re: Problems with perl and cron jobs

2002-09-08 Thread Thanatos
;>Chesapeake VA 23328 >>>http://www.GerlerEnterprises.com/ >>> >>>Nationwide Dial-up from $12.45 >>>http://www.EasySitesForLess.com/ >>> >>> >>> >>> >> >>I ( we ) would need to see the script(s) that cron is calli

Re: Problems with perl and cron jobs

2002-09-08 Thread Thanatos
eake VA 23328 > http://www.GerlerEnterprises.com/ > > Nationwide Dial-up from $12.45 > http://www.EasySitesForLess.com/ > > > > I ( we ) would need to see the script(s) that cron is calling to help out. However, I get that DBD error all the time :-) .. are you su