Could anyone tell me what's the difference between 'use' and 'require'? And,is there any difference for these two statements?
use Exporter (); require Exporter; Thank you.
Could anyone tell me what's the difference between 'use' and 'require'? And,is there any difference for these two statements?
use Exporter (); require Exporter; Thank you.