in reply to symbolic ref error
toif ($_[1] == "1") {push @{{$_[2]}{$_[0]}{$_[1]}}, $_[3];}
Wait... what does that mean? @{{$y}{$w}{$x}}? Is that supposed to be a HoHoHoA? If so, trymy ( $w, $x, $y, $z ) = @_; if ( $x == 1 ) { # or $x eq "1" push @{{$y}{$w}{$x}}, $z; }
@{$y->{$w}->{$x}}
|
|---|