Help for this page

Select Code to Download


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