Help for this page

Select Code to Download


  1. or download this
    my @tags = qw( 1= 2= 3= .. );
    
    ...
    while ( <FH> ) {
      print "$_\n" if ( $_ =~ /$reg_ex/s );
    }