hey guys
how do i put my background into the CGI code within the header
i got his code so far
[CODE=CGI]
my $cgi = new CGI;
print
$cgi->header,
$cgi->start_html('St arHub Login'),
print $cgi->end_html();
[/CODE]
how do i put my background into the CGI code within the header
i got his code so far
[CODE=CGI]
my $cgi = new CGI;
$cgi->header,
$cgi->start_html('St arHub Login'),
print $cgi->end_html();
[/CODE]
Comment