http://qs1969.pair.com?node_id=153391

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi All,

I have a very simple question that has bugged me on more than one occasion - i am printing a list of checkboxes, now what I want to do is scan all the check boxes and remove and files that are checked

I have tried a:
while ( $query->param() ) { # .. snip.. (delete if checked) }
but this starts an everlasting loop and the program just hangs..any thoughts?

Thanks

Title edit by tye