- or download this
list : LIST HEADER
{
Klarf::1_8::_store_list( $self, $item{HEADER} )
}
- or download this
sub _store_list{
my $self = shift;
...
say "Found $header" if $self->{_verbose};
}
- or download this
sub file {
my $self = shift;
...
return $file;
}
- or download this
package Klarf::1_8;
use strict;
...
klarfline : record | field | list | data | column | obracket |
+ cbracket | line
startrule : klarfline(s /;/)