Help for this page

Select Code to Download


  1. or download this
    my $forbidden = qr{^(?:master|model|dbccdb|sybsecurity|sybsystemdb|syb
    +systemprocs|tempdb|DBA)[a-zA-Z0-9_]+};
    if ( $entered =~ $forbidden )
    {
        # Your rejection code here
    }