in reply to Re^3: Replace the double quote escape sequence as unescape sequence
in thread Replace the double quote escape sequence as unescape sequence

IIRC (from QI) the same act of parliament that abolished the crime of being a scold in England and Wales also abolished the crimes of eavesdropping and barratry (nuisance litigation).

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re^4: Replace the double quote escape sequence as unescape sequence