Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: CORE::stat() doesn't appear to be the same as stat

by Anonymous Monk
on Sep 10, 2018 at 17:00 UTC ( [id://1222069]=note: print w/replies, xml ) Need Help??


in reply to SOLVED: CORE::stat() doesn't appear to be the same as stat

So, you have three addresses for what ought to be the same function. One of two things is true, either there are three functions or more likely, there are three pointers to the same function. I could be wrong but it seems silly to assume there would be three versions of stat() so my best guess is that you're taking the address of 3 pointers that all point at the same function. Of course, I don't actually know, Larry may very well have good reasons for having 3 versions of stat, all different, just to confuse us monks ;^)

Replies are listed 'Best First'.
Re^2: CORE::stat() doesn't appear to be the same as stat
by haukex (Archbishop) on Sep 11, 2018 at 19:27 UTC
    CODE(0x563599d2b1e0) CODE(0x563599d547d0) CODE(0x563599d547d0)
    either there are three functions or more likely, there are three pointers to the same function.

    Sorry, but if you take a look at the addresses above, you'll see neither is true.

Re^2: CORE::stat() doesn't appear to be the same as stat
by Anonymous Monk on Sep 10, 2018 at 17:13 UTC
    I could be wrong ... Of course, I don't actually know

    gee thanks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1222069]
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-03-28 20:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found