Help for this page

Select Code to Download


  1. or download this
    my $col_name = 'P_DLRUOM';
    my $entered_value = 'p_dlruom';
    ...
        };
        return 'not equal';
    };
    
  2. or download this
    
    sub validate_fields {
    ...
            return;
        };
    };
    
  3. or download this
    # Map the column name to the validator code:
    my %validator = (
    ...
            return 1
        };
    }