in reply to Re^2: "Dynamic" dispatch tables
in thread "Dynamic" dispatch tables

Yes. What package will they be in? If they'll be in the Foo package, then just use exists &{"Foo::tcid_$_"} instead. :-)

Replies are listed 'Best First'.
Re^4: "Dynamic" dispatch tables
by elTriberium (Friar) on Apr 29, 2011 at 21:02 UTC
    They won't be in any package, but in the .pl script. I got it to work by using "main::", thanks for the hint.