Re: Module error

2012-02-15 Thread Shawn H Corey
On 12-02-15 01:13 PM, Punit Jain wrote: Hi, I am running my perl script and using some perl modules like below :- use File::Path qw(mkpath); use File::Rsync; my $rsync = '/opt/zimbra/rsync/bin/rsync'; when I run the script using perl scriptname --> then it runs fine, however when I run throu

Re: Module error

2012-02-15 Thread Jim Gibson
On 2/15/12 Wed Feb 15, 2012 10:56 AM, "Shlomi Fish" scribbled: > at the risk of starting a flame-war, you should not encourage people to write > their scripts in C-shell (not that using it as a login shell is too > recommended either), because it is a braindead shell with poorly designed > sema

Re: Module error

2012-02-15 Thread Shlomi Fish
Hello Jim, On Wed, 15 Feb 2012 10:28:23 -0800 Jim Gibson wrote: > On 2/15/12 Wed Feb 15, 2012 10:13 AM, "Punit Jain" > scribbled: > > > Hi, > > > > I am running my perl script and using some perl modules like below :- > > > > use File::Path qw(mkpath); > > use File::Rsync; > > my $rsync =

Re: Module error

2012-02-15 Thread Jim Gibson
On 2/15/12 Wed Feb 15, 2012 10:13 AM, "Punit Jain" scribbled: > Hi, > > I am running my perl script and using some perl modules like below :- > > use File::Path qw(mkpath); > use File::Rsync; > my $rsync = '/opt/zimbra/rsync/bin/rsync'; > > > when I run the script using > perl scriptname --

Re: Module error

2012-02-15 Thread John SJ Anderson
> I am running my perl script and using some perl modules like below :- > > use File::Path qw(mkpath); > use File::Rsync; > my $rsync = '/opt/zimbra/rsync/bin/rsync'; > > > when I run the script using > perl scriptname --> then it runs fine, however when I run through crontab, it > get this er

Module error

2012-02-15 Thread Punit Jain
Hi, I am running my perl script and using some perl modules like below :- use File::Path qw(mkpath); use File::Rsync; my $rsync = '/opt/zimbra/rsync/bin/rsync'; when I run the script using perl scriptname --> then it runs fine, however when I run through crontab, it get this error : - Can't

Re: Crypt::DH module error

2011-09-24 Thread kedar
Any luck on this?? I am facing the same issue.. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Crypt::DH module error

2011-07-13 Thread Irfan Sayed
hi, i am getting error while using net::ssh::perl module to execute commands on remote machine following is the error : Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::Calc at /opt/ActivePerl-5.12/site/lib/Crypt/DH.pm line 6 i have installed these modules: math::

Re: How to catch the DBI module error message

2009-11-09 Thread Parag Kalra
Thanks to All.. It did the trick for me - http://search.cpan.org/~timb/DBI/DBI.pm#$DBI::errstr Cheers, Parag On Mon, Nov 9, 2009 at 6:43 PM, Arun G Nair wrote: > On Mon, Nov 9, 2009 at 6:37 PM, Parag Kalra wrote: > > Hello All, > > >

AW: How to catch the DBI module error message

2009-11-09 Thread Thomas Bätzler
Parag Kalra asked: [DBI] > However I just wanted to know if there is a way to catch this error > message through some standard DBI variable so that I can print it in a log > file You can use the errstr() class and instance methods to access the last error message. In order to stop DBI from pri

Re: How to catch the DBI module error message

2009-11-09 Thread Dermot
2009/11/9 Parag Kalra : > Hello All, Hello, > This is my first post here. Are you sure about that? I have a vague recollection of a question you asked about "Optimizing File handling operations" then of course there was the "My name is Larry Wall" for which I apologise :) > I am executing a Pe

How to catch the DBI module error message

2009-11-09 Thread Parag Kalra
Hello All, This is my first post here. I am executing a Perl script which makes use of 'DBI' module. I am performing a select operation on a table through the Perl script and I am getting following error on the console: DBD::ODBC::st execute failed: [Oracle][ODBC][Ora]ORA-00942: table or view d

RE: dns error or module error?

2008-05-09 Thread John Wilson
I get this error, I think during the make test command. I can publish the whole output if it helps... -Original Message- From: Rob Dixon [mailto:[EMAIL PROTECTED] Sent: Friday, May 09, 2008 3:18 PM To: beginners@perl.org Cc: John Wilson Subject: Re: dns error or module error? John Wil

Re: dns error or module error?

2008-05-09 Thread Rob Dixon
John Wilson wrote: > > Trying to install Net::SSLeay on Solaris 9 and I get the following > message in the output: > > > Use of uninitialized value in subroutine entry at > /m1/shared/perl/5.8.5-09/lib/5.8.5/sun4-solaris/Socket.pm line 373. > > Bad arg length for Socket::pack_sockaddr_in, leng

dns error or module error?

2008-05-09 Thread John Wilson
Trying to install Net::SSLeay on Solaris 9 and I get the following message in the output: Use of uninitialized value in subroutine entry at /m1/shared/perl/5.8.5-09/lib/5.8.5/sun4-solaris/Socket.pm line 373. Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at /m1/shared/pe

Date::Calc Module Error

2003-08-29 Thread Scott Burks
Can ayone assist in figuring this one out, please. I have just installed perl 5.6.1 on our hpux server. It went in fine. I then installed (from source) the new Date::Calc module and it went in fine without errors. BUT, when I run one of our scripts (perf) that uses the Date::Calc functionalit

Tk module error

2003-02-16 Thread km
hi all , i am installing the module Tk804.0_24 from CPAN. but i get the following error while 'make' ing and couldnt install it : -error msg cd pTk && make DEFINE="" make[1]: Entering directory `/home/km/Tk804.024/pTk' gcc -c -I.. -I/

Mail::Sendmail module error trap

2002-01-11 Thread freiref
I have a CGI program that use the Mail::Sendmail module. The situation is that at the end of the script it send a email notification with the Mail::Sendmail but because the Mail::Sendmail check for the email address to see if its valid, when the user enter an invalid email address the modul