Help for this page

Select Code to Download


  1. or download this
    UT 123456789
    1234
    ...
    5678
    some additional string information
    THE_END
    
  2. or download this
    #!perl
    
    ...
            print { $_->{file} } $line if $line =~ $_->{regex};
        }
    }