in reply to Re: filename dynamic
in thread filename dynamic
The code that you suggested did work perfectly but i did not understand the concept behind it. It would be good if you can tell me what exactly is happening there. Also why did the following did not work
require pckg1::pckg2::$filename; $result= pckg1::pckg2::$filename::functionname(argument list)
the above one is giving the error of BAD code after ::
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: filename dynamic
by choroba (Cardinal) on May 13, 2014 at 11:46 UTC |