- or download this
$curr_struct_pos = "string";
%$curr_struct_pos;
- or download this
#assume strict and warnings!
my %hash=(string=>{});
- or download this
$hash{string}->{$key}->[$index]=$whatever;
- or download this
$path = "Global".$type.
"Def:".$curr_struct_pos->{$type}[$a].
".def";
- or download this
sub dump_symbol_table {
print "SYMBOL TABLE\n---------------------------------------------
+----------\n";
...
BEGIN { dump_symbol_table }
END { dump_symbol_table }