Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

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

by ikegami (Patriarch)
on Sep 10, 2018 at 22:50 UTC ( [id://1222103]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e'my $sub = \&stat; $sub->("a")'
    Undefined subroutine &main::stat called at -e line 1.
    
  2. or download this
    $ perl -e'my $sub = \&CORE::stat; $sub->("a")'
    &CORE::stat cannot be called directly at -e line 1.
    

Log In?
Username:
Password:

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

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

    No recent polls found