our @EXPORT_OK = qw(ary_union ary_intersect ary_diff listify ary_to_hash uri_encode uri_decode);
use List::MoreUtils qw(zip);
our @EXPORT_OK = qw(ary_union ary_intersect ary_diff listify ary_to_hash uri_encode uri_decode);
use List::MoreUtils qw(zip);
Most of them are either obvious or too obscure to care about unless you really have to.
The exceptions are documented here.
Most of them are either obvious or too obscure to care about unless you really have to.
The exceptions are documented here.