n A PM can use other PMs
n use strict; (i.e. $IEPM::PingER::var)
n use 5.6.1;
n $VERSION=’1.03’;
n @EXPORT = qw(ping_it);
n sub ping_it {… … …}
n 1;
n __END__