- or download this
sub generic_rv_test {
my $rv = shift;
...
recurse => 1,
);
generic_rv_test($rv);
- or download this
use Data::Dump qw(dump);
print dump $rv;
- or download this
{
"Pluggable.pm" => {
...
type => "module",
},
}
- or download this
{
"Pluggable.pm" => {
...
used_by => ["Foo.pm"],
},
}