Help for this page

Select Code to Download


  1. or download this
          if( defined $fileno ){
              open STDIN,  "<&$fileno" 
    ...
          }
          STDIN->autoflush(1);
          STDOUT->autoflush(1);