Help for this page

Select Code to Download


  1. or download this
            cat crap | mysort > sorted_crap
    
  2. or download this
    $log_entries = {};
    while ( <STDIN> ) {
    ...
            print $entry;
        }
    }