Help for this page

Select Code to Download


  1. or download this
        my @L = map {
            fix($_->[4]);
    ...
        } map {
            [ split ]
        } <F>;
    
  2. or download this
    $ cat foo.txt | fgrep blah
    
  3. or download this
    $ fgrep blah <foo.txt | consolidate | dump
    $ preproc <foo.txt | fgrep blah | consolidate | dump
    ...
    $ cat foo.txt | preproc | fgrep blah | consolidate | dump
    $ cat foo.txt bar.txt | additional | preproc | fgrep blah | consolidat
    +e | dump
    $ real_stream | additional | preproc | fgrep blah | consolidate | dump