- or download this
$VAR1 = {
'FOO' => {
...
'TABLE_TYPE' => 'CUSTOMER'
}
};
- or download this
$VAR1 = {
'REFERENCE' => [
...
],
'CUSTOMER' => 'BAZ'
};
- or download this
my %HoA;
foreach my $key (keys %$ref_to_HoH){
...
$HoA{$type} = $key;
}
}
- or download this
Can't use string ("FOO") as an ARRAY ref while "strict refs" in use at
+ .....