use lib "lib"; use sublist; say "The following line should say 3.\nIf it doesn't, please panic calmly."; say "\t" ~ sublist::index(, ); say "The following lines should say 3 and 7.\nIf they don't, AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"; say "\t" ~ $_ for sublist::indices(, );