in reply to Re: Re: Re: use and performancein thread use and performance
/s
use Class::Struct CLASS_NAME => [ ELEMENT_NAME => ELEMENT_TYPE, ... ]; [download]
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 (); [download]