Peter Scott <[EMAIL PROTECTED]> writes:
>binmode() POD sayeth:
>
>                For the sake of
>                portability it is a good idea to always use it
>                when appropriate, and to never use it when it
>                isn't appropriate.
>
>Is it just me, or does this not make any sense in the context of portability?

binmode is legal and a nop on UNIX where there is no text mode. So using 
binmode on binary data (JPEG etc.) is portable. Likewise not using on text
is portable ;-)


-- 
Nick Ing-Simmons
who is looking for a new job see http://www.ni-s.u-net.com/

Reply via email to