Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use CBIDatabase;
    ...
    my $ref = $dbh->Company::client(\%company,'*',);
    print "\n\nAsking for all matching table info:\n";
    print Dumper($ref);
    
  2. or download this
    use strict;
    use DBI;
    ...
    sub new {
      ## database stuff here
    }