- or download this
use strict;
use warnings;
- or download this
perl -c Whatever.pm
- or download this
my $self = { $x => shift, $y => shift, $w => shift, $h => shift };
- or download this
{ "" => $_[4] }
- or download this
$ perl -e 'use Data::Dump; sub Box { my $self = { $x => shift, $y => s
+hift }; dd $self } Box(qw{a b c})'
{ "" => "b" }