in reply to Re: File I/O while using Sockets?
in thread File I/O while using Sockets?

Thanks, that did it. Just to check, it won't produce any funky side-effects to chomp; after the regexp to rid any newlines from any non-telnet clients, will it?

Replies are listed 'Best First'.
Re: Re: Re: File I/O while using Sockets?
by Fastolfe (Vicar) on Nov 22, 2000 at 06:45 UTC
    See the documentation for chomp. It only affects a string if there's the value of $/ at the end. It's "safe" like that.
Re: Re: Re: File I/O while using Sockets?
by extremely (Priest) on Nov 22, 2000 at 06:32 UTC
    Nope. =)

    --
    $you = new YOU;
    honk() if $you->love(perl)