Nik has asked for the wisdom of the Perl Monks concerning the following question:
@files = <../data/texts/*.txt>; print start_form(-action=>"index.pl"); $_ =~ s/.*[\/\\](.*)/$1/; print p( {-align=>'center'}, popup_menu( -name=>'select', -value=>@ +files )); print end_form();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Popo-up menu filled with array problem
by saskaqueer (Friar) on May 18, 2004 at 19:35 UTC | |
|
Re: Popo-up menu filled with array problem
by sacked (Hermit) on May 18, 2004 at 19:34 UTC |