Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: File Handles

by rodion (Chaplain)
on Mar 08, 2007 at 03:13 UTC ( [id://603753]=note: print w/replies, xml ) Need Help??


in reply to File Handles

An easy method for looking up information like this in the future is to "cd" to Perl's Pod directory, which on my windows box is \Perl\lib\Pod. Then use
grep open perl*delta.pod |grep =head

The above gives

perl561delta.pod:=head2 open() with more than two arguments
and "perldoc perl561delta" gives you the documentation on changes. A "find" with "/open\(\)", with a few "next"s takes you right to what you want to see.

Log In?
Username:
Password:

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

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

    No recent polls found