Help for this page

Select Code to Download


  1. or download this
                                  +- read side of pipe
                                 /
    ...
              ----------         ----------
                        \
                         +- write side of pipe
    
  2. or download this
    use strict;
    use warnings;
    ...
        my ($kernel, $heap) = @_[KERNEL, HEAP];
        $heap->{wheel}->resume_input() if $heap->{wheel};
    }
    
  3. or download this
    ombibulous> perl cat.pl < test.csv
    00001,2,3,4
    ...
    0foo,bar,baz
    ^C
    ombibulous>