in reply to Re: references - proper use of infix (arrow) and deprecated hash references
in thread references - proper use of infix (arrow) and deprecated hash references

Note that $hash{%_}[1] should be $hash{$_}[1] instead.

Replies are listed 'Best First'.
Re^3: references - proper use of infix (arrow) and deprecated hash references
by dsheroh (Monsignor) on Jul 19, 2017 at 17:14 UTC
    Thanks! I've corrected the typo in my original reply.