Re: Installing Perl Modules Locally

2005-11-28 Thread Eric Pretorious
Mandar: Download the module's source code and install the module manually but modify the installation location by providing Makefile.PL the PREFIX=... argument. i.e., %> perl Makefile.PL PREFIX=/your/home/dir %> make %> make test %> make install Eric P. Sunnyvale, CA On Sat, 2005-11-26 at 14:18

Re: HTTP Posting in Perl

2005-11-25 Thread Eric Pretorious
On Fri, 2005-11-25 at 17:56 +0530, Mazhar wrote: > Dear Folks, > I have a requirement where in i have to post a message to a Mail > Server with all the subject, To address everything. But the message sent > should be posted on port 80. Please suggest me something so that i can work > it o

Re: references

2005-11-24 Thread Eric Pretorious
On Thu, 2005-11-24 at 11:18 -0600, The Ghost wrote: > Is there a way I can know if a variable ($hash{someKey}) is an array > or an arrayref or hashref or scalar? > I could use eval, but I thought I remember there was some other > function for doing this. >From the third edition of "Programming

Deciphering TCP payload (i.e,. output of NetPacket::TCP->decode())

2005-11-23 Thread Eric Pretorious
I'm attempting to write a small program to decode OSCAR packets and just can't get my mind wrapped-around whatever it is that NetPacket::TCP->decode() is returning when stripping-away the ethernet, IP, and TCP encapsulation from OSCAR packets. (Maybe it's unicode? Maybe it's hex? I don't quite unde

Re: WHO IS NAVER-MAILER@naver.com ???

2002-10-08 Thread Eric Pretorious
Hi, Bruno: Unfortunately, I don't have one laying around in my inbox right now. (The one that arrived right after I sent my original inquiry!) When I do get one, though, I'll forward it on to you. Thanks! -- Eric P. Sunnyvale, CA On Thu, 3 Oct 2002, Bruno Negrao - Perl List wrote: > Hi Er