Subject: | Synopsis shows @ but return is array ref |
The synopsis shows an array returned:
my @matches = $search->all( lc "All rights reserved. Distribute freely.");
However, the return value of all seems to be an array reference, regardless of the context.