In article <[EMAIL PROTECTED]>, Sara wrote:

> $TS = "THIS INPUT IS IN ALL CAPS";
> 
> $TS_cont = lc $TS;
> 
> $TS now prints out "this input is in all caps"
> 
> What If I want first letter in caps for every word in string? which should
> be "This Input Is In All Caps"
> 
> TIA,
> 
> Sara.

perldoc -q capital might help.

-- 
Kevin Pfeiffer
International University Bremen

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to