Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
                    print "$info->  $friends{$name}{$info}\n";
                    }
            }
    
  2. or download this
    Janet Jones->
               spouse->  Bob Jones
    ...
             sister 1->  Andrea Limux
             son 2->  Pete Jones
    
  3. or download this