in reply to Re: how to assign empty single quotes into a string
in thread how to assign empty single quotes into a string

As will
'\'\''

This is Perl, there's always at least one way to do it!

Replies are listed 'Best First'.
Re^3: how to assign empty single quotes into a string
by BrowserUk (Patriarch) on Jun 10, 2004 at 14:15 UTC

    Or even $var = chr(39) x 2;


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail