Help for this page

Select Code to Download


  1. or download this
    package IDObject;
    my $db;
    sub set_db {
      $db = shift;
    }
    
  2. or download this
    package Table;
    use DB;
    ...
      .
      .
    }