Help for this page

Select Code to Download


  1. or download this
    use IO::Handle; 
    $| = 1; 
    ...
            print $line; 
            print "\n";  
        }
    
  2. or download this
    use IO::Handle; 
    $| = 1; 
    ...
            print; 
            print "\n"; 
        }