Eek... I don't understand, got lost at "built a hash table in your while statement" :( (I'm new to perl and programming in general, don't really know all that much about it yet...)
I just want to know why if (($n < $p[$i]) & ($x > 2)) gives me errors and if (($n < $p[$i]) & ($x)) doesn't
I tried use strict, warnings, didn't tell me anything different