Help for this page

Select Code to Download


  1. or download this
    # perl code here, with literal brackets intact: [blah]
    
  2. or download this
    if ( /\w+.([\d.]+).\s+\w+\s+\w+/ ) {
       print $&, $/;
    }
    
  3. or download this
    if ( /\w+.([\d.]+).\s+CURRENT\s+CHLTYPE/ ) {
       print $&, $/;
    }