in reply to Re: Re: Problem with regex from Learning Perl (3rd edition)
in thread Problem with regex from Learning Perl (3rd edition)

grep gives a nice step-by-step explanation. It might also help if you take a moment to consider how this:
/"([^"]*)"/
differs from this:
/^"([^"]*)"$/