in reply to Using loops inside an 'if' statement
You are doing something else which you havent shown us here that is causing the problem. Please post the actual code here for the monks to understand your problem and suggest solutions.
I can give you a few suggestions. None of it may be relevant to this problem. But these are good practices that you should follow while coding in perl.
use strict; use warnings; # # Your code here #
$perldoc <Module name> # for documentation of the modules $perldoc -f <function> # eg perldoc -f fork $perldoc -q "HTML parsing" # search the perlfaq $perldoc perldoc # for documentation on perldoc
Hope this helps
-T
|
|---|