use strict; use warnings; # module Bozo use Exporter; my @EXPORT=qw( go_bozo); sub go_bozo { return "BOZO!\n" } 1;