Help for this page

Select Code to Download


  1. or download this
    if ($INPUT{account} eq $account_line) {
        # print ban message and such
    } else {
        warn "($INPUT{account}) didn't match <$account_line>\n";
    }