Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Using ":raw" layer in open() vs. calling binmode()

by jdalbec (Deacon)
on Jun 14, 2007 at 02:32 UTC ( [id://621140]=note: print w/replies, xml ) Need Help??


in reply to Using ":raw" layer in open() vs. calling binmode()

This is perl, v5.8.6 built for darwin-thread-multi-2level
On my system the first two snippets return stdio instead of unix perlio.
open (FH, '<:raw:perlio', '/dev/null'); print(PerlIO::get_layers(FH)); # --> unix perlio
Does that work for you?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://621140]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 05:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found