Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    #{
    #  jetsons => { "his boy" => "elroy", lead => "george", wife => "jane"
    + },
    #}
    
  2. or download this
    change:
    delete $HoH{$TV_show} if $HoH{$TV_show} == $href1;
    to:
    $HoH{$TV_show}={} if $HoH{$TV_show} == $href1;