Help for this page

Select Code to Download


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