Help for this page

Select Code to Download


  1. or download this
     while( (<FP>) && (!/^_stop\n/) ) {
    
  2. or download this
     while( defined( local $_ = <FP> ) and  ! /^_stop\n/ ) {