"Anoop Kurup" schreef:

> while(defined($file = glob("$file_list")))

  while ( defined($file = glob $file_list) )


> -s $file && -M $file > $retension_period && { print... ;}

  -s $file and
  -M $file > $retension_period and
  print... ;

-- 
Affijn, Ruud

"Gewoon is een tijger."



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to