Re: String Literals, take 3

[email protected] ("Tanton Gibbs") Thu, 5 Dec 2002 04:08:38 -0500
Newsgroups perl.perl6.documentation
Message-ID <00ff01c29c3d$e6589ba0$37931442@brooklyn>
One final change to my own fix:

> > with the q[] operator.  The q[] operator allows strings to be made with
> > any non-space, non-letter, non-digit character as the delimeter instead
> > of '.
> 
> The q[] operator allows strings to be delimited by any non-space,
> non-letter,
> non-digit character instead of the single quote character (').

s/ instead of the single quote character (')//