Help for this page

Select Code to Download


  1. or download this
    # %friends isn't defined as of this line
    
    do "friends.pm"; # doesn't work
    foreach my $friend (keys %friends) {
        # etc ...
    }