You can't skip that call to import, or your struct class would not get created.use Class::Struct CLASS_NAME => [ ELEMENT_NAME => ELEMENT_TYPE, ... ];
Anyway, if you don't want to import anything you can just call use with an empty list. This is common in mod_perl:
use CGI ();
In reply to Re: Re: Re: Re: Re: use and performance
by perrin
in thread use and performance
by mce
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |