use Module; # Default imports. Avoid this. use Module qw( LIST TO IMPORT ); # Can be empty. use Module ( LIST TO IMPORT ); # Same thing. Can be empty.