in reply to Re: symbolic ref error
in thread symbolic ref error
$seq = 'KLLS3'; $point = 'weight'; $index = 4; $mean = 1.443; sorting($seq, $index, $point, $mean); sub sorting { if ($_[0] eq "KLLS3_LT.V4_0") { if ($_[1] == "1") {push @{{$_[2]}{$_[0]}{$_[1]}}, $_[3];} }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: symbolic ref error
by runrig (Abbot) on Aug 10, 2005 at 17:25 UTC | |
by Lhamo_rin (Friar) on Aug 10, 2005 at 18:26 UTC | |
by runrig (Abbot) on Aug 10, 2005 at 18:31 UTC |