Help for this page

Select Code to Download


  1. or download this
    my @rows;
    for my $name ( keys %ADDRESS ) {
      push @rows,
        [ "", @ADDRESS{ qw/ First Last Address Phone Email Description / }
    + ];
    }