Help for this page

Select Code to Download


  1. or download this
    qwurx [shmem] ~> ( echo Hi; sleep 3; echo Bye ) | ./ReadAPipe.pl a b c
    This was read from the pipe:
    ...
    
    This was the read from the parameters:
    <a b c>
    
  2. or download this
    ...
    our @EXPORT_OK   = qw( ReadPipe );
    my $foo;
    ...