in reply to Re: How to do "use Mumble ':all' " ala CGI.pm
in thread How to do "use Mumble ':all' " ala CGI.pm
It looks like the syntax
would have gotten me what I wanted. And I like the idea of automatically doing the "use vars" on mentioned variables. Thanks!use Exporter::Easiest q( :hdr_lens => LIS_TIF_HDR_LEN LIS_TIF_HDR_DATA_MAX LIS_PHY_HDR_LEN LIS_LR_HDR_LEN :phyhdr_flags => . . . . :lr_types => . . . . . . . . :all => :hdr_lens :phyhdr_flags :lr_types . . . . );
|
|---|