#!/usr/bin/perl use strict; use warnings; use ImportLater qw/ foo bar /; sub foo { print "I'm foo"; } foo();