Hi All, I have a script which accepts input from keyboard,here it is $label_tag, i want to convert it to upper case, if the input from keyboard is given in lowercase, in my script? How to do that?
print "\n\nENTER THE LABEL NAME:\n"; my $label_tag=<>; chomp$label_tag;
