in reply to reverse quotemeta?
my $x = '\n'; my $string = '$x = "' . qq|$x| . '";'; eval $string; print "->$x<-\n"; [download]