Help for this page
package YourModule; ... @EXPORT = qw(get_id AnotherSub); @EXPORT_OK = qw(evenMoreSubs justOneMore);
use YourModule qw (:DEFAULT); use strict; my $id = get_id();