??????? my $date = localtime;
my $cmd = "C:\\Perl\\bin\\perl -le \"print scalar localtime\""; my $date = `$cmd`;
use my $date = localtime;
The problem with glob is that it globs with all the bash-iness that entails (white space as seperator, etc, etc )
A good alternative is File::Find::Rule
In reply to Re: Count files in directories
by Anonymous Monk
in thread Count files in directories
by begood321
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |