package MyModule; require Exporter; @ISA = qw( Exporter ); @EXPORT = qw( DoSomething ); sub DoSomething( $\$\$ )