Help for this page
Select Code to Download
Select
or
download this
$text =~ s/print.*a_string//g;
Select
or
download this
$text =~ s/print.*?a_string//g;