Martin Leese wrote:

michael higgins <[EMAIL PROTECTED] wrote:

Hey, all --

[]
Small binary files are fine, but no way of reading the file and printing to the socket has worked for the small text (html, etc.) files.

-- mike higgins


You might want to try:

    use FileHandle;
    STDOUT->autoflush(1);

From the perlvar page:
[]

Regards,
Martin


Thanks, Martin. Actually, I fixed it over the weekend. I was missing the header for the text files -- a simple logic switch error in my code. :-(

If anyone is curious, the code is here: www.evolone.org/downloads/
... fwiw.

Thanks again. ;-)

-- mike higgins

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to