Help for this page
Select Code to Download
Select
or
download this
my $TEMP_PATTERN = qr{ \*\*Temp\*\* .* ... }msx; $stuff =~ s/$TEMP_PATTERN//;