Help for this page

Select Code to Download


  1. or download this
    # untested code
    my %hash = (name    => lc $user->name,
                address => $user->address,
                groupname => $user->group->name);
    
  2. or download this
    # untested code
    my %hash = $user->hashy; # pump all the fields into a hash