in reply to Re: How to escape single quote(s) without the use of quotemeta
in thread How to escape single quote(s) without the use of quotemeta

I agree, but I'm expecting it only to reflect the escaping rules inside a single quote.

Inside single quotes it's only possible to escape another single quote and backslash.

(This rule varies of course if you use q() with differing boundary characters.)

Using Data::Dumper should be sufficient here, otherwise the OP should show us where it fails.

We can't know which interface he is using, probably he's shelling out ... in this case it's most probably a XY problem.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

  • Comment on Re^2: How to escape single quote(s) without the use of quotemeta