Help for this page

Select Code to Download


  1. or download this
    # input phn
    ..
    ..
    # 1ord
    
  2. or download this
    if (/phn_a/ ... /1ord/) {
         print OUT $_;      }
    
  3. or download this
    $nLines = 5 if ( /1ord$/  );
         print OUT if $nLines-- > 0;