- or download this
EG/DB.pm
EG/DB/
...
EG/DB/Vendors.pm
EG/DB/Employees.pm
EG/Example.pm
- 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);
- or download this
EG::Example->get_client_id_for_username()
- or download this
EG::DB::Access (no match)
EG::DB::Clients (no match)
EG::DB::Vendors (no match)
EG::DB::Employee (match)
- 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)