Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Changing to Lowercase Except the First Letter

by dmckee (Scribe)
on Jan 30, 2001 at 15:26 UTC ( [id://55226]=note: print w/replies, xml ) Need Help??


in reply to Changing to Lowercase Except the First Letter

In the interests of TMTOWTDI, why not try something like:
$capped=$string|" ";
(I think | is the right operator: it may be ^ instead.)
Again, it's not a wonderful piece of code, and there are better ways of doing it (the proper modules) but...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://55226]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-18 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found