rlm@0:
rlm@0: ";
rlm@0:
rlm@0: return $r;
rlm@0: }
rlm@0:
rlm@0:
rlm@0:
rlm@0:
rlm@0: sub inputbox
rlm@0: {
rlm@0:
rlm@0: #grab the type of template we'll be using <<<<
rlm@0: $type = shift;
rlm@0: # return $type;
rlm@0: # we have to care about both the type of template and the material and the color. these are stored in $type>>>>
rlm@0:
rlm@0: #Then, update with a special custon paypal form, taken from the paypal folder and specially designed for that particular template.
rlm@0: #will probaly eventually create a script to automate the generation of these files.
rlm@0:
rlm@0:
rlm@0: #take care of everythign but acrylic clear type
rlm@2:
rlm@2:
rlm@2:
rlm@2: {
rlm@2: local( $/, *FH ) ;
rlm@2: open( FH, "<./paypal/$type.paylist" ) or die "sudden flaming death\n";
rlm@2: $z =