Help for this page

Select Code to Download


  1. or download this
    <h1>Create New Affiliate</h1>
    
    ...
    
    
    .... BLAH BLAH BLAH
    
  2. or download this
    sub affiliate_create {
      my ($app, $err) = @_;
    ...
    $s;
    
    }
    
  3. or download this
    package Admin::Aff::Create;
    
    ...
    }
    
    1;
    
  4. or download this
    <input name="action" type="hidden" value="affiliate_create_process">
    
  5. or download this
    sub affiliate_create_process {
    
    ...
    
    }
    
  6. or download this
    
    A little bit off topic to the HTML::FillInForm discussion (or maybe no
    +t).
    ...
    by TT using HTML comment tags as my start / end tags, but I think the
    fill in approach would still be cleaner.