Help for this page

Select Code to Download


  1. or download this
    #!usr/local/bin/perl
    use strict;
    ...
        $i++;
        print ("$count\t$charnames{$punctuation}\n");
    }
    
  2. or download this
    Global symbol "$path" requires explicit package name at punctuation.pl
    + line 6.
    Global symbol "$path" requires explicit package name at punctuation.pl
    + line 8.
    ...
    Global symbol "%charnames" requires explicit package name at punctuati
    +on.pl line 56.
    Global symbol "$punctuation" requires explicit package name at punctua
    +tion.pl line 56.
    Execution of punctuation.pl aborted due to compilation errors.