Help for this page

Select Code to Download


  1. or download this
    my %dispatch = map { $_, \&{$_} } qw(first last user_id email create_p
    +assword);
    
  2. or download this
    my %dispatch = map { $_, \&{'_create_' . $_} } qw(first last user_id e
    +mail create_password);