in reply to help with form querying
Another option, would be to use the input to adjust the name passed to File::Find::Rule. (Although you'll want to be sure you verify the data the user submits if you do it that way)@files = grep(/^$imageNum/, @files);
|
|---|