in reply to Passing arrays and references to arrays
or did i miss some obvious reason why that wouldn't work?my $choices = [qw/one two three four/]; my $me = $mw->MatchEntry(-choices => $choices);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Passing arrays and references to arrays
by GrandFather (Saint) on Aug 10, 2005 at 11:10 UTC | |
by simon.proctor (Vicar) on Aug 10, 2005 at 11:46 UTC |