in reply to Re: Re: Using a paramter value to call a module
in thread Using a paramter value to call a module

require() has different meanings depending on the argument. See perlfunc. It even has an example of what you're trying to do, and why it's helps to use eval EXPR.

<nit>eval requires a semi-colon after it.</nit>

ihb