in reply to
Re^4: loading modules using 'use'
in thread
loading modules using 'use'
With
BEGIN
,
@EXPORT
will be initialised before the subs are compiled. Without, after.
Comment on
Re^5: loading modules using 'use'
Select
or
Download
Code
In Section
Seekers of Perl Wisdom