- or download this
my @filenames = qw/a.png dpq.jpg zx.png ott.jpg zzz.tiff oi.png/;
foreach (@filenames) {
my $next = next_file($_);
say "next is $next";
}
- or download this
sub next_file {
use strict;
...
return $string3;
}
}
- or download this
word is a
next is b.png
...
word is oi
snakeeyes: you hit nothing with oi
next is a.png