Hi Mike,
I've tried it this way:
if ($time_string =~ /\2013-\04-(\01)/ && ($1>=01 && $1<=20)) { print "File $name has an mtime of $time_string\n"; $ftp->get($name) or die "get failed ", $ftp->message;
It hasn't brought any results -just returned the prompt
In reply to Re^2: Perl ranges
by merlin's apprentice
in thread Perl ranges
by merlin's apprentice
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |