in reply to using a variable with require
require UNIVERSAL::require; $name = 'SomeModule'; $name->require; $name->somesub();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using a variable with require
by haukex (Archbishop) on Jan 24, 2023 at 10:24 UTC |