Help for this page

Select Code to Download


  1. or download this
    my %to_find = map { $_ => 1 } keys %{ $KLARF_REGEXP{$KLARF_VERSION} };
    
    ...
    }
    
    die if keys %to_find;
    
  2. or download this
    my $file; { local $/; $file = <FILE>; }
    
    ...
            LogMsg( "Found $field" );
        }
    }