Help for this page

Select Code to Download


  1. or download this
    if( /block-start/ .. /block-end/ ) { 
        $block .= $line;
    ...
        print $block if $hit;
        $block = $hit = undef;            # reset
    }