package Demo; use Exporter; @ISA = 'Exporter'; @EXPORT_OK = qw(list @things %that can $be exported); use strict; use vars ($whatever %needed @variables); # Nifty stuff here 1;