- or download this
my $files_to_send = map {"$stage/$_.pdf"} @{$self->_getGood()};
print map {"$_\n"} @{$files_to_send};
- or download this
Can't use string ("6") as an ARRAY ref while "strict refs" in use at M
+oduleName.pm line 136.
- or download this
sub _getGood {
...
return @{$self->{_good}};
}
- or download this
$VAR1 = [
...
'C21617783'
];