Help for this page
no warnings "once"; my %q= %SQL_Wrapper::q; use warnings;
my %q= do{ no warnings "once"; %SQL_Wrapper::q; };