in reply to grabbing a image with HTTP module

Since you said you're on Windows, you probably want to use binmode (perldoc -f binmode) on the local file before writing to it.

--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';

Replies are listed 'Best First'.
Re: Re: grabbing a image with HTTP module
by Cat (Initiate) on Jan 28, 2003 at 00:50 UTC
    Thank you. I grew up on Unix so I didn't even know there was a perlport,.. everything just worked ;)