Help for this page

Select Code to Download


  1. or download this
    foreach ($a, $b, $c, $d)
    {
         tr/a-z/A-Z/;
    }
    
  2. or download this
    for my $i ($a, $b, $c, $d)
    {
          $i =~ tr/a-z/A-Z/;
    }