my $tbl_foo = 'FOO'; # rely on current schema, or my $tbl_foo = 'BAZ.FOO'; # explicit, or my $sch = 'BAZ'; my $tbl_foo = "$sch.FOO"; # make it easier to change a bunch of schemas at the same time