in reply to
Difference between 'use' and 'require'
use
is done at compiletime, where
require
is done at runtime. Also
use
call the import subroutine.
Boris
Comment on
Re: Difference between 'use' and 'require'
Select
or
Download
Code
In Section
Seekers of Perl Wisdom