Hi,

I need to change the first (and ONLY the first) character of a string into 
Caps.  I know how to change the whole string into Caps by using this :

    my $in = "this is my text";
    $out = uc $in;

This is not what I want.  Can someone please point me in the right direction ?


Thanks.



Kind regards,



Rene Verharen


Please DO NOT reply to me personally.  I'll get my copy from the list.


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

Reply via email to