Help for this page

Select Code to Download


  1. or download this
    %charnames = (
        '?' => 'question mark',
        '.' => 'fullstop',
        ',' => 'comma',  # and so on
    );
    
  2. or download this
    print ("$charnames{$punctuation}\t$count\n");