Re: Perl 'Expert' Quiz-of-the-Week #1
Mark-Jason Dominus <[email protected]> Wed, 16 Oct 2002 14:57:57 -0400
| Newsgroups | gmane.comp.lang.perl.qotw.quiz-of-the-week |
|---|---|
| Message-ID | <[email protected]> |
H. Dieter Pearcey pointed out that in my example:
subst("$2, $1 and $3")
should have been
subst('$2, $1 and $3')
Thanks, Dieter.