Help for this page

Select Code to Download


  1. or download this
            if ( /$start_tag/ .. /$end_tag/ ) { 
                    if ( /$start_tag/ or /$end_tag/ ) {
    
  2. or download this
            if ( my $where = /$start_tag/ .. /$end_tag/ ) { 
                    if ( $where == 1 or $where =~ /E/ ) {