Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
but this starts an everlasting loop and the program just hangs..any thoughts?while ( $query->param() ) { # .. snip.. (delete if checked) }
Title edit by tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid) Re: Very Simply
by Ovid (Cardinal) on Mar 21, 2002 at 19:24 UTC | |
|
Re: Very Simply
by earthboundmisfit (Chaplain) on Mar 21, 2002 at 19:43 UTC |