Re: GD.pm

2001-05-19 Thread TECKIES.COM Online Magazine
-Original Message- From: Edward G. Orton <[EMAIL PROTECTED]> To: Lee Goddard <[EMAIL PROTECTED]>; Perl_Users <[EMAIL PROTECTED]> Date: Saturday, May 19, 2001 9:49 AM Subject: Re: GD.pm > >- Original Message - >From: "Lee Goddard" <[EMAIL PROTECTED]> >To: "Perl_Users" <

mail::pop3client error

2001-05-16 Thread TECKIES.COM Online Magazine
hi, I am trying to use the Mail::POP3Client.pm module to access my mailbox When I run the script I get an error "cannot close..." which is generated by the last line, If I comments this line, I get nothing on the command line, the scripts runs without any output, what's wrong

Re: Logic Question

2001-05-03 Thread TECKIES.COM Online Magazine
hi, first you need to open a file for output then go into the hash open(FILE, ">outputfile") or die "cannot open file $!"; select(FILE); while (($key,$value) = each %hash) { print FILE "$key $value\n"; } select(STDOUT); hope this is what you need :o) ___

detailed documentation for modules

2001-03-28 Thread TECKIES.COM Online Magazine
hi, I've visited most of the perl site such perl.com, webreference Is there any site that offer detailed perl documentation for modules, I don't find POD very clear. Thanks in advance __ Click, Laugh and Enjoy @ www.sallini.com tips and tricks, free

Socket: broken pipe error

2001-02-14 Thread TECKIES.COM Online Magazine
hi, I am trying to send mail via socket.pm module. I am opening a socket on the server to my ISP smtp server, when I try to send the message I am getting "Broken Pipe" error. What could be the cause ? what does this mean ? thanks in advance __ Click,