I believe the FAQ at this URL:

http://www.perldoc.com/perl5.8.0/pod/perlfaq4.html#How-do-I-capitalize-all-the-words-on-one-line-

contains an error. The example that reads:

$string =~ /([\w']+)/\u\L$1/g;

should have an "s" in front of the first slash.

Scott Stark
[EMAIL PROTECTED]      |       fax: 415.642.0270
p.o.box 460910 | san francisco | ca | 94146-0910
flicker experimental film & video:
 http://www.hi-beam.net | http://www.scottstark.com

Reply via email to