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