$searchString would be any type of string you could type at a unix command line. So 12456* entered in a form and passed to this loop would return all files starting with 12456 in "directory".foreach my $file (glob("/directory/$searchString")) { # do something with filename; make a link, ect... }
In reply to Re: help with form querying
by blueberryCoffee
in thread help with form querying
by calypso
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |