by Thomas Beutel

Archive for the ‘Perl’ Category

Useless use of private variable in void context (Perl)

Friday, August 1st, 2008 Posted in Perl, Programming |

Can you see what is wrong with this Perl code snippet? foreach my $cat (@$categories) { if ($cat->{col} == $column and $cat=>{pos} == $position) { ...