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