omg,
tx yall... i just did a big boo boo...was rearranging my code and
system froze... no backups... BAHHHlemme get it back together
and i'll post it...
tx again..i'll be a while :((
RD
On Tue, 26 Jun 2001, RDWest Sr. wrote:
> #!perl
> ##***##
> ## MAIN ##
> ##***##
> require "setup.cfg";
> require "html.pl";
>
>
> &parsedata
> if ($INPUT{'signup'}) { &join; }
> else {&
On Tue, Jun 26, 2001 at 02:07:15PM -0400, RDWest Sr. wrote:
: #!perl
: ##***##
: ## MAIN ##
: ##***##
: require "setup.cfg";
: require "html.pl";
:
:
: &parsedata
: if ($INPUT{'signup
#!perl
##***##
## MAIN ##
##***##
require "setup.cfg";
require "html.pl";
&parsedata
if ($INPUT{'signup'}) { &join; }
else {&html_home; }
exit;
someone explain what i'm doing wrong