- or download this
use strict;
use warnings;
...
$VAR1 = {
'dirs' => 1
};
- or download this
dir : 'hello'
| 'world'
- or download this
-->hello world<--
$VAR1 = {
'dirs' => 2
};
- or download this
print "-->@{$item{'dir(s)'}}<-- \n";
$main::HASH{dirs} = @{$item{'dir(s)'}};
- or download this
use strict;
use warnings;
...
]
};
- or download this
my $grammar = <<'END_OF_GRAMMAR';
...
--output:--
(blank)
- or download this
my $grammar = <<'END_OF_GRAMMAR';
...
}
...
- or download this
my $grammar = <<'END_OF_GRAMMAR';
...
--output:--
Unknown starting rule (Parse::RecDescent::namespace000001::startrule)
+called
at 3.pl line 76.
- or download this
my $grammar = <<'END_OF_GRAMMAR';
...
--output:--
-->./hello<--
-->hello/world<--
- or download this
use strict;
use warnings;
...
]
};