Help for this page

Select Code to Download


  1. or download this
    foreach my $word (sort keys  %tag) {
      my $fsize = $tag{$word};
      printf "<style=\"font-size:%dpx;\">%s\n", int($fsize), $word;
    }
    
  2. or download this
    use strict;
    use warnings;