- or download this
#!/usr/bin/env perl
...
my $parse_tree = $parse->file($data);
print Dumper $parse_tree;
- or download this
$VAR1 = undef;
- or download this
#!/usr/bin/env perl
...
my $parse_tree = $parse->file($data);
print Dumper $parse_tree;
- or download this
$VAR1 = [
'file',
...
'foo',
'bar'
];