in reply to quotes in Perl
You might want to add, however, that with q, qq, and qw, delimiters other than parentheses can be used. [] and {} will work, as will just about any punctuation mark, I believe. Then, to use your delimiter within the quoted string, the rule would be: escape whatever your delimiter is.
TheEnigma
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: quotes in Perl
by revdiablo (Prior) on Oct 21, 2004 at 05:07 UTC | |
Re^2: quotes in Perl
by apotheon (Deacon) on Oct 20, 2004 at 23:20 UTC |