Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Deleting old files from directory

by jwkrahn (Abbot)
on Sep 27, 2011 at 20:13 UTC ( [id://928171]=note: print w/replies, xml ) Need Help??


in reply to Re: Deleting old files from directory
in thread Deleting old files from directory

From which I gather the filetests don't take a default "$_".

Well if you read "perldoc -f -X" you'll see it says:

    -X FILEHANDLE
    -X EXPR
    -X DIRHANDLE
    -X      A file test, where X is one of the letters listed below.  This unary
            operator takes one argument, either a filename, a filehandle, or a
            dirhandle, and tests the associated file to see if something is true
            about it.  If the argument is omitted, tests $_, except for "-t", which
            tests STDIN.  Unless otherwise documented, it returns 1 for true
            and '' for false, or the undefined value if the file doesn't exist.  Despite
            the funny names, precedence is the same as any other named unary operator.

  • Comment on Re^2: Deleting old files from directory

Log In?
Username:
Password:

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

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

    No recent polls found