Help for this page

Select Code to Download


  1. or download this
    $VAR1 = \[
                {
    ...
                  'type' => 'Priority'
                }
              ];
    
  2. or download this
    print Dumper(\%qryhash);
    
    ...
                              'P01'
                            ]
            };
    
  3. or download this
    print Dumper(\%qryhash);
    
    ...
                              'Blocking'
                            ]
            };
    
  4. or download this
    sub extract_table_queries{
        my $configitem = $_[0];
    ...
            return(\%qryhash);
        }
    }