- or download this
sub do_stuff {
my $dir = shift;
my $pattern = shift;
...
- or download this
my ($dir, $pattern) = @_;
- or download this
$what --> $pattern_str
@t --> @patterns
$f --> $pattern
$file2md5 --> $fname
- or download this
"$file2md5"
- or download this
my $fname_out = 'name.txt';
...
#and then...
print $OUTFILE "whatever";