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, length is 0,

RE: dns error or module error?

2008-05-09 Thread John Wilson
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 Wilson wrote: Trying to install

Error in module?

2005-11-09 Thread Octavian Rasnita
Hi, I have tried the following test program: use Finance::QuoteHist; $q = Finance::QuoteHist-new ( symbols= [qw(IBM)], start_date = '01/01/1999', end_date = 'today', ); __END__ The program prints the following error: ERROR: Date::Manip unable to determine TimeZone. at

Re: Error in module?

2005-11-09 Thread Bob Showalter
Octavian Rasnita wrote: Hi, I have tried the following test program: use Finance::QuoteHist; $q = Finance::QuoteHist-new ( symbols= [qw(IBM)], start_date = '01/01/1999', end_date = 'today', ); __END__ The program prints the following error: ERROR: Date::Manip unable to determine

'Internal Server Error' with module

2002-02-16 Thread W P
I posted a question here not long ago about whether creating a module was the best solution to a problem i had, and the response was that it was the best solution. so i created a little module. i have tested it via telnet froml, and it works fine, but when i try to 'use' it in scripts run via

RE: 'Internal Server Error' with module

2002-02-16 Thread Al Hospers
i decided to put the use CGI::Carp declaration before the use declaration for my module, and sure enough the browser fed me information. that's good. g it claims that the module wasn't found in any directory in @INC, but i could have sworn that . is included. is there any reason that it