in reply to Re^2: dynamicallyloading a .pl file content / load a .pl file by condition?
in thread dynamicallyloading a .pl file content / load a .pl file by condition?

if (whatever) { eval "use Foo;" } else { eval "use Bar;" }
  • Comment on Re^3: dynamicallyloading a .pl file content / load a .pl file by condition?
  • Download Code