Help for this page

Select Code to Download


  1. or download this
    @Stuff{@{$Types{$_[0]}}} = @_;
    
  2. or download this
    @Stuff{@Address} = qw(addr bob smith '1234 main st' anytown 20500);
    
  3. or download this
    $Stuff{type} = 'addr';
    $Stuff{firstname} = 'bob';
    ...
    $Stuff{zip} = '20500';