in reply to Loading a module at runtime...
interpolating the $run variable from the module:: package. You should write this aseval $module::run . "()";
eval "${module}::run()";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
SOLVED: Re: Loading a module at runtime...
by Anonymous Monk on Apr 08, 2003 at 07:22 UTC | |
|
Re: Re: Loading a module at runtime...
by bart (Canon) on Apr 08, 2003 at 08:31 UTC |