Help for this page

Select Code to Download


  1. or download this
    my $TEMP_PATTERN = qr{
        \*\*Temp\*\*
        .*
    ...
    }msx;
    
    $stuff =~ s/$TEMP_PATTERN//;