Help for this page

Select Code to Download


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