Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting strings to uppercase
Message
 
À
18/02/2003 13:29:33
Information générale
Forum:
Perl
Catégorie:
Syntaxe & Programmation
Divers
Thread ID:
00754565
Message ID:
00754803
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform