Help for this page

Select Code to Download


  1. or download this
    $first = ord("a");
    for (my $x=0; $x < 10; $x++)
    {
       print chr($first+$x). " ";
    }