Hi,
Im a bit hazy with regard to the differences between "use" and "require".
On the outset , i understand that "require" specifies a particular version of perl and throws an error at compile time if the version is higher.
"USE" includes the function of "require" as well as imports the modules listed and throws an error if any at compile time.
Is there anything beyond this?
Thanks in advance!