Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Capitalize First Letter of Each Word

by tlm (Prior)
on Jun 30, 2005 at 09:39 UTC ( [id://471310]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: Capitalize First Letter of Each Word
in thread Capitalize First Letter of Each Word

Small nit: the use of backreferences like \1 in the second clause of s/// is deprecated. E.g.:

% perl -we '$_="foo"; s/(.)/\1/' \1 better written as $1 at -e line 1.

the lowliest monk

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://471310]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.