Help for this page

Select Code to Download


  1. or download this
    my @pageorder = ( "welcome", "address", "recipients", "preview", "done
    +" );
    
    ...
      "preview" => undef,
      "done" => undef,
    );
    
  2. or download this
    
    # First, determine where we are, using a default of "welcome" on error
    + :
    ...
    
    # Execute the special code for this page, so all this searching had so
    +me sense :
    &{$pages{$page}};