Help for this page

Select Code to Download


  1. or download this
    EG/DB.pm
    EG/DB/
    ...
    EG/DB/Vendors.pm
    EG/DB/Employees.pm
    EG/Example.pm
    
  2. or download this
    package EG::DB.pm;
     use DBI;
    ...
      use EG::DB::Access;
      my $dbh        = EG::DB::Access->new();
      my $client_id  = $dbh->get_client_id_for_username($client_username);
    
  3. or download this
    EG::Example->get_client_id_for_username()
    
  4. or download this
           EG::DB::Access   (no match) 
           EG::DB::Clients  (no match) 
           EG::DB::Vendors  (no match) 
           EG::DB::Employee (match)
    
  5. or download this
           EG::DB::Access   (no match) 
           EG::DB::Clients  (no match) 
           EG::DB::Vendors  (no match) 
           EG::DB::Employee (no match) 
           EG::DB           (match)