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

Re: Difference between File Handles and File Descriptors in function parameters.

by cdarke (Prior)
on Aug 12, 2011 at 08:52 UTC ( [id://920003]=note: print w/replies, xml ) Need Help??


in reply to Difference between File Handles and File Descriptors in function parameters.

There is a source of further confusion. On UNIX the low-level deals with file descriptors, and Perl's structure for accessing them is through Perl file handles.

However, on Windows file descriptors are called file handles! Wonderful! So far as I an tell, the only difference in that case, in C, is that on UNIX they are signed int and on Windows unsigned int (although wrapped in a Win type called HANDLE). So personally I take to referring to "Perl File Handles", rather than just plain "File Handles".

Log In?
Username:
Password:

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

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

    No recent polls found