BEGIN { require csLogs::Error; import csLogs::Error qw(a b); } #### BEGIN { require "csLogs/Error.pm"; csLogs::Error->import( qw(a b) ); } #### Exporter::import( "csLogs::Error", qw(a b) ); UNIVERSAL::import( "csLogs::Error", qw(a b) );
## BEGIN { require "csLogs/Error.pm"; csLogs::Error->import( qw(a b) ); } ##
## Exporter::import( "csLogs::Error", qw(a b) ); UNIVERSAL::import( "csLogs::Error", qw(a b) );