- or download this
$result = grep { $_ == 1 } ...a list...
- or download this
..new list.. = map { $time - $_ >= $amount } ..a list..
- or download this
my @t =
#$result =
...
# grep { $_->name =~ /.+\.$suffix$/ } # ...and this
io($dir)->all;
die "<", join(", ", @t), ">\n";
- or download this
my @t =
#$result =
...
grep { $_->name =~ /.+\.$suffix$/ } # ...and this
io($dir)->all;
die "<", join(", ", @t), ">\n";