- or download this
use strict;
use warnings;
...
print "Not match\n";
}
}
- or download this
$VAR1 = {
'address' => 'Address: Melbourne',
...
'name' => 'Name: Roger'
};
Not match
- or download this
use strict;
use warnings;
...
sub taint_fields {
return map { $_ ||= '.*' } @_;
}