in reply to Re: Remove extra carriage return (0D) on socket communications
in thread Remove extra carriage return (0D) on socket communications

I'm looking at this. Not sure I understand how I would use. Something like the following:
open my $fh, ">&=$fn:bytes" or warn $! and die; #open socket to clien +t

Replies are listed 'Best First'.
Re^3: Remove extra carriage return (0D) on socket communications
by johnny_carlos (Scribe) on Nov 11, 2011 at 19:09 UTC
    PhillyR I'm sorry, my documentation link didn't go to the correct place. This is what I meant

    It's a pragma, so you'd put it at the top of you code, like "use strict;"