- or download this
local $/ = "Startpoint"; $temp="abc";
while(<INFILE1>){
...
$PG{$3}{"$1-$2"}{"$cou"} = $4;
$cou++;
}
- or download this
my %PG;
my $cou = 0;
...
}
- or download this
--------------undefined key of my hash---------------
'' => {
...
'' => undef
}
},