Help for this page

Select Code to Download


  1. or download this
    use strict;   # Always, for now.
    use warnings; # Always, while developing code.
    ...
    }
    
    print "$_: $symbols{$_}\n" for keys %symbols;