Help for this page
my $str = q{this is "a test} . qq{\n} ... print qq{=====}; $str =~ s/"[^"]+"//gs; print $str;
this is "a test this is "only a "poor "test ===== this is only a test