Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $variable = "Hello World";
    ucfirst($variable);
    print $variable;
    
  2. or download this
      map { $sum += $index{$_}}  split (//,$word);