Hi all,

I would want to use a hash to keep pointers to functions, and then call
them, but i'm stuck.
So:

I create:
my %funcs=(
    "one"=>           \&first,
    "two"=>           \&second);

Then how can I call 'first'? Obviously, using %funcs, i mean :).

thanks,
Balazs Pozsar.
-- 


Reply via email to