in reply to Using loops inside an 'if' statement
if ($checkbox) { #open file while (<FILE>) { # ^^ these two were exchanged #do something } }
Maybe that was the problem?
Liz
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using loops inside an 'if' statement
by jonnyfolk (Vicar) on Oct 02, 2003 at 10:27 UTC |