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