On Sat, Jun 12, 2010 at 18:23, John W. Krahn <[email protected]> wrote: snip > Unlike double quoted strings, that is the only escape sequence. > </QUOTE> > > The other escape sequence is '\\', as in: > > my $quote = 'He said \'I like quotes.\\'; snip
Yep, that is an error as well. And there are most likely more. I found one the other day with X = Y. It is on GitHub, so if you want to fork it and start making corrections... -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
