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