in reply to
modules within modules...a question
You have to export that function in encrypt.pm or better call it fully quallified as
Encrypt::randsalt()
if your package name is Encrypt.
Comment on
Re: modules within modules...a question
Download
Code
In Section
Seekers of Perl Wisdom