The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/bin/sh
perl -Mblib -MTerm::Completion=Complete -e 'print "Result=",Complete("Fruit: ",qw(Apple Banana Cherry Coconut Duriam)),"\n";'