use Your::Module (); printf "timestamp: %s\n", Your::Module::timestamp(time); use Your::Module qw/ timestamp /; printf "timestamp: %s\n", timestamp(time); #### *timestamp = \&Your::Module::timestamp;