- or download this
# dummy items to play with
my @animals = (qw( cow camel dog cat ));
...
completion_list => \@animals,
}
};
- or download this
Press TAB for autocompletion or available options
...
autocompletion nested>
+ # ENTER 2 exits the user input cycle
CHOOSEN: select camel take_to desert
+ # finally we print the resulting path
- or download this
#!perl
use strict;
...
return @res;
};
}