package bspace; use strict; use warnings; use Exporter (); # () avoids (harmless but) useless call to Exporter::import; BEGIN { our @ISA = 'Exporter'; our @EXPORT = qw(bgo bhelp); }