Also: $name =~ tr/a-z/A-Z/;
(the string is in $name variable) -----Original Message----- From: John Doe [mailto:[EMAIL PROTECTED] Sent: Monday, December 12, 2005 3:02 PM To: beginners@perl.org Subject: Re: convert string from lowercase to uppercase Jenny Chen am Montag, 12. Dezember 2005 21.49: > Hi All, Hi > Does anyone know how to convert a string in lower case > to upper case in Perl? Thanks. yes, perldoc -f uc does. hth, joe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>