- or download this
my $D = new bpoStub;
.
...
.
.
}
- or download this
use DBI;
.
...
# do stuff which modifies condition and perhaps
# the insertion values
}
- or download this
if ( $Type{$DBCol} =~ /numeric|float|int|money/ ) {...}
- or download this
if ( $Type{$DBCol} =~ /^numeric|float|int|money/o ) {...}