- or download this
<h1>Create New Affiliate</h1>
...
.... BLAH BLAH BLAH
- or download this
sub affiliate_create {
my ($app, $err) = @_;
...
$s;
}
- or download this
package Admin::Aff::Create;
...
}
1;
- or download this
<input name="action" type="hidden" value="affiliate_create_process">
- or download this
sub affiliate_create_process {
...
}
- 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.