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

Re: list slice

by ikegami (Patriarch)
on Jul 21, 2006 at 18:40 UTC ( [id://562914]=note: print w/replies, xml ) Need Help??


in reply to list slice

By going down this path, you are preventing yourself from checking if stat returned an error.

Replies are listed 'Best First'.
Re^2: list slice
by rir (Vicar) on Jul 21, 2006 at 21:20 UTC
    This is not a path I recommend; it may fail for time travelers:
    my $year = ( ( localtime( ( (stat("."))[9] || die "stat die" ) ) )[5] || die "localtime die" ) + 1900;
    Be well,
    rir

Log In?
Username:
Password:

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

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

    No recent polls found