in reply to dereferencing use module

Sounds like you only need a do $filepath (and maybe a call to import() ?)

HTH :)

Cheers Rolf

( addicted to the Perl Programming Language)

PS: for a better understanding

use > require > do > eval

with > meaning "is a specialized usage of"

updates

added explanation + mention of import()