in reply to Re^3: quoting for system() and friends
in thread quoting for system() and friends

Ah! Quoted strings were stuck in my mind, probably because we were just talking about them and that's how it's done in Perl.

perl -e '$qs=quotemeta("|"); eval( qq{print "$qs"} );'