use Table ( { -dbase => "mydb", -table => "foo" } ); use Table ( { -dbae => "someotherdb", -table => "bar" } ); #results in the exporting of 2 class definitions: #mydb::foo and someotherdb::bar