Lowu(3pm) | User Contributed Perl Documentation | Lowu(3pm) |
Lowu - Shortcut for importing all of List::Objects::WithUtils
# Same as: # use List::Objects::WithUtils ':all'; use Lowu;
A short-to-type way to get all of List::Objects::WithUtils, including autoboxing.
If you like, you can specify params as if calling "use List::Objects::WithUtils":
# Get array() and immarray() only: use Lowu 'array', 'immarray';
Jon Portnoy <avenj@cobaltirc.org>
2022-09-27 | perl v5.34.0 |