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