Help for this page

Select Code to Download


  1. or download this
        my $oldfh = select(FH);
        $| = 1;
        select($oldfh);
    
  2. or download this
        FH->autoflush(1);