in reply to Re^2: How to do "use Mumble ':all' " ala CGI.pm
in thread How to do "use Mumble ':all' " ala CGI.pm
Ok, if you want to aggregate a few tags in a more general class, use a slice,
$EXPORT_TAGS{'standard'} = [map {@$_} @EXPORT_TAGS{qw/the top tags/}];
After Compline,
Zaxo
|
|---|