in reply to
Excluding subroutines from calling script
Generally you don't want to export anything. If you do want to export, read
Simple Module Tutorial
and
Exporter
documentation, as well as
use
/
no
, and
import
documentation.
Comment on
Re: Excluding subroutines from calling script
In Section
Seekers of Perl Wisdom