Re: Perl DBI vs SQLPLUS

2002-06-03 Thread Joseph Bajin
[EMAIL PROTECTED] wrote: >>-Original Message- >>From: Joseph Bajin [mailto:[EMAIL PROTECTED]] >>Sent: Monday, June 03, 2002 2:34 PM >>To: [EMAIL PROTECTED] >>Subject: Perl DBI vs SQLPLUS >> >> >>Got a question for you guys out there. >

Perl DBI vs SQLPLUS

2002-06-03 Thread Joseph Bajin
Got a question for you guys out there. I currently have a list of records that I need to search for in a mult-db that we have. I was wondering if perl would be faster to process or stick with my .ksh script that uses sqlplus. Here's how the current setup is cat input file and read for record

Sendmail Problems

2002-03-01 Thread Joseph Bajin
I am trying to get this program to send mail. Unfortunately I am having a hard time using sendmail. Could someone please help me out. Thanks, ##Error Reporting sub Notifyanddie { my $message = shift; open(MAIL, "|/usr/lib/sendmail -t -i") or die "Couldn't open sendmail $!\n"; print M

Re: Trouble with Net::Ping

2002-03-01 Thread Joseph Bajin
ing->new('icmp'); > >by default Net::Ping uses UDP packets, but not all hosts will respond to >this. > >-Original Message- >From: Joseph Bajin [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, February 27, 2002 8:43 AM >To: [EMAIL PROTECTED] >Subject: Tro

Re: Problem : @INC

2002-02-28 Thread Joseph Bajin
Hello, You have to make sure that File/Basename.pmis somewhere that the perl knows how to get to. It can't find that PM. So your path might be messed up. [EMAIL PROTECTED] wrote: >Hi All, > >Please find below the error, when I am executing a >simple script which tries to use a pa

Trouble with Net::Ping

2002-02-27 Thread Joseph Bajin
E CHECK!!***\n"; print "Thing connection is have problems."; } $t->close(); } &emailstatus(%status) The code goes on and I know that works but this part is where I am having the troubles. Can someone maybe po