Re: Error returned on Unix 'mv' system call.

2007-01-10 Thread David Landgren
Shail Dahal wrote: rename didnot work across the file system as it states in Perldoc, in that case mv command is a saver.. In that case, use File::Copy, which is a core module, and someone else has already dealt with the fiddly issues of making it works everywhere, all the time. David

Re: Error returned on Unix 'mv' system call.

2007-01-10 Thread Jeffrey Seger
On 1/10/07, David Landgren [EMAIL PROTECTED] wrote: Shail Dahal wrote: rename didnot work across the file system as it states in Perldoc, in that case mv command is a saver.. In that case, use File::Copy, which is a core module, and someone else has already dealt with the fiddly issues of

peformance when running a script 3-5 times/second. (was: Re: pgpool and DBD::Pg)

2007-01-10 Thread Mark Stosberg
Darek Dwornikowski wrote: hi, My problem is as follows. I am using great DBI for connecting to postgresql. My script, which connects to the database is run about 3-5 times per second. Last days we installed pgpool to check if it can speed up some things. Unfortunatelly there is no

DBD::DB2 question need an example

2007-01-10 Thread Brimacomb, Brent
Well I'm new to both Perl and DBD::DB2, so please bare with me. I've installed the latest Active state Perl, the latest DBI and DBD::DB2 from CPAN. I'm trying to develop a program that runs on a Windows server that does a SELECT from a DB2 that's on an Os/390 box running several DB2's. What

Re: DBD::DB2 question need an example

2007-01-10 Thread Jeffrey Seger
What error are you seeing? On 1/10/07, Brimacomb, Brent [EMAIL PROTECTED] wrote: Well I'm new to both Perl and DBD::DB2, so please bare with me. I've installed the latest Active state Perl, the latest DBI and DBD::DB2 from CPAN. I'm trying to develop a program that runs on a Windows server

RE: DBD::DB2 question need an example

2007-01-10 Thread Brimacomb, Brent
: [IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTATE=HY009 at AACTSS.pl line 38 Uncaught exception from user code: Connection failed with error: [IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTATE=HY009 at AACTSS.pl line 38. at AACTSS.pl line 38 Brent -Original

Re: DBD::DB2 question need an example

2007-01-10 Thread Jeffrey Seger
On 1/10/07, Brimacomb, Brent [EMAIL PROTECTED] wrote: : [IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTATE=HY009 at AACTSS.pl line 38 Uncaught exception from user code: Connection failed with error: [IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTATE=HY009 at AACTSS.pl