Help for this page

Select Code to Download


  1. or download this
    The prototype of readpipe() is now ($). Previously, it was broken:
    $ perl5.8.8 -wle 'print prototype"CORE::readpipe"'
    Can't find an opnumber for "readpipe" at -e line 1.
    $ bleadperl -wle 'print prototype"CORE::readpipe"'
    $
    
  2. or download this
    actarus:~/test [13:02:32]$ ls
    foo.pl
    ...
    #   at ./foo.pl line 22.
    1..4
    # Looks like you failed 3 tests of 4.