- or download this
use data::Dumper;
...
}
some_sub qw/Edward Lear/;
- or download this
$VAR1 = {
first_name => 'Edward',
surname => 'Lear',
};
- or download this
some_sub qw/Edward Lear/;
- or download this
some_sub first_name => 'Edward', surname => 'Lear';