![]() |
|
XP is just a number | |
PerlMonks |
Re^4: Modulus zero errorby Anonymous Monk |
on Dec 24, 2004 at 06:29 UTC ( #417264=note: print w/replies, xml ) | Need Help?? |
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
In Section
Seekers of Perl Wisdom
|
|