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

Re^2: Parenthetical help

by eye (Chaplain)
on Apr 04, 2011 at 04:59 UTC ( [id://897268]=note: print w/replies, xml ) Need Help??


in reply to Re: Parenthetical help
in thread Parenthetical help

Good point. The code I posted was oversimplified to isolate the issue. The original code was getting the modify time of a file and looked more like:

localtime((stat $file)[9])

Replies are listed 'Best First'.
Re^3: Parenthetical help
by jwkrahn (Abbot) on Apr 04, 2011 at 19:35 UTC

    The problem is that localtime has a prototype and that prototype says that localtime's first argument, if present, must be a scalar value, so arrays and lists are converted to a scalar value so localtime can use it.

    $ perl -le'print prototype "CORE::localtime"' ;$

Log In?
Username:
Password:

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

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

    No recent polls found