in reply to Problem calling a function with name stored into scalar
Did you read the error message?
Undefined subroutine &Module::Configurable::is_int
so
Module::Configurable::is_int
doesn't exist. It's not a problem with the call itself.
Update:
Since you call Module::Configurable::is_int on the previous line, something is fishy. Maybe some kind of namespace cleaning?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem calling a function with name stored into scalar
by tj_thompson (Monk) on Jun 10, 2011 at 23:04 UTC | |
by ikegami (Patriarch) on Jun 10, 2011 at 23:06 UTC | |
by tj_thompson (Monk) on Jun 10, 2011 at 23:09 UTC | |
by tj_thompson (Monk) on Jun 10, 2011 at 23:18 UTC |