Help for this page

Select Code to Download


  1. or download this
    push @rows,
      [ "", @ADDRESS{ qw/ First Last Address Phone Email Description / } ]
    +;
    
  2. or download this
    push @rows,
      [ "", @{$ADDRESS{$name}}{ qw/ First Last Address Phone Email Descrip
    +tion / } ];