Help for this page

Select Code to Download


  1. or download this
    my %dispatch = (
      first           => \&_create_first,
    ...
      email           => \&_create_email,
      create_password => \&_create_create_password,
    );
    
  2. or download this
    $ perl -E 'use strict; use warnings; my %d = ( foo => \&foo ); say "OK
    +"'
    OK