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