Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Using -M to test age of file

by arthas (Hermit)
on Aug 22, 2003 at 15:29 UTC ( [id://285813]=note: print w/replies, xml ) Need Help??


in reply to Using -M to test age of file

Hi!

I did cut&paste your code on my editor and executed it (after filling @outputFiles with something) and it works:

Filename=[ prova.pl ] file age = [ 2.31481481481481e-05 ] Filename=[ save.pl ] file age = [ 333.155497685185 ]

Maybe the problem is that you don't specify the full path. By the way, you could change:

if ( $numOutputFiles > 0 )

with:

if ( @outputFiles > 0 )

In scalar context, @array returns the number of its elements.

Michele.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 02:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found