Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting strings to uppercase
Message
 
To
18/02/2003 13:29:33
General information
Forum:
Perl
Category:
Syntax & Programming
Miscellaneous
Thread ID:
00754565
Message ID:
00754803
Views:
28
Hi Richard,

You can use uc to convert strings to uppercase like:
#!/usr/bin/perl

$test = "hello";

print $test."\n";

$test = uc($test);

print $test."\n";

hello
HELLO
LelandJ
Leland F. Jackson, CPA
Software - Master (TM)
smvfp@mail.smvfp.com
Software Master TM
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform