Help for this page

Select Code to Download


  1. or download this
    # %settings = grok ( qq(filename), %settings );
    sub grok
    ...
      foreach my $line (keys %output) { print OUT
      $line . ' ' . $output{ $line } } close OUT }
    
  2. or download this
    my %CONFIG =    (
                    server_name             =>      'localhost',
    ...
            );
    
    %CONFIG         = grok ( qq(config), %CONFIG );