- or download this
@returned_files = match_files(\@array, \%hash);
- or download this
#!/usr/bin/perl -w
...
my $returned_array = ret_array();
print @$returned_array;
- or download this
#!/usr/bin/perl -w
...
my @returned_array = ret_array();
print @returned_array;