Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for my $id (sort keys %idData) {
        print "$id: $idData{$id}{name} size $idData{$id}{size}\n";
    }
    
  2. or download this
    c100: Joe Shmo size 512.45
    c200: Jack Black size 6734
    c300: Cinderella size 5653.2
    c400: Barack Obama size -- missing --
    c500: Cruella Deville size -- missing --