- or download this
sub display_error {
my $html_title = $_[0];
...
$cgi->h3($error).
$cgi-end_html();
}
- or download this
display_error("User already exists","Sorry, user $add_user already exi
+sts, founded line $found.");
- or download this
Software error:
Undefined subroutine &main::end_html called at C:/Program Files/Apache
+ Group/Apache2/htdocs/login.pl line 231.