- or download this
use warnings;
use strict;
...
}
print Dumper \%layout;
- or download this
$VAR1 = {
'Foo' => [
...
'two'
]
};
- or download this
my $doc = PPI::Document->new($file);
my $stmts = $doc->find('PPI::Statement');
...
print "\t$_\n";
}
}
- or download this
Fee:
one
...
Foo:
three
four