AuthorPostedbyThomason August 1, 2008 Useless use of private variable in void context (Perl) Can you see what is wrong with this Perl code snippet? foreach my $cat (@$categories) { if ($cat->{col} == $column and $cat=>{pos} == $position) { return $cat; } } It … Read More About: Useless use of private variable in void context (Perl)