package XYZ; use strict; use warnings; use Data::Dumper; require Exporter; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( 'all' => [ qw( Hash1 Hash2 Hash3 ) ], ); our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
In reply to Re: How to access multiple hash variables defined in a module
by Khen1950fx
in thread How to access multiple hash variables defined in a module
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |