Help for this page

Select Code to Download


  1. or download this
    select(STDERR); $|=1;
    print STDERR "$byte_size\n";
    
  2. or download this
    select((select(STDERR), $| = 1)[0]);
    print STDERR "$byte_size\n";