Help for this page

Select Code to Download


  1. or download this
    no warnings "once";
    my %q= %SQL_Wrapper::q;
    use warnings;
    
  2. or download this
    my %q= do{
        no warnings "once";
        %SQL_Wrapper::q;
    };