Help for this page

Select Code to Download


  1. or download this
    $ perl -MPOSIX -wle'print fpathconf(*STDOUT, _PC_PIPE_BUF)'
    Argument "*main::STDOUT" isn't numeric in subroutine entry at -e line 
    +1.
    ...
    Name "main::FOO" used only once: possible typo at -e line 1.
    Argument "*main::FOO" isn't numeric in subroutine entry at -e line 1.
    4096
    
  2. or download this
    $ perl -wle'print 0+*STDOUT'
    Argument "*main::STDOUT" isn't numeric in addition (+) at -e line 1.
    ...
    Name "main::FOO" used only once: possible typo at -e line 1.
    Argument "*main::FOO" isn't numeric in addition (+) at -e line 1.
    0