Help for this page

Select Code to Download


  1. or download this
    package user::user;
    
    ...
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "\n\nAnd now the table data...\n";
    my @obj = user::user->search(recnum =>1);
    print "$_\n" foreach @obj;
    
  3. or download this
    COLUMNS:
    lastname
    ...
    
    And now the table data...
    sth_to_objects needs a statement handle at ./cdbi_tst.pl line 38