in reply to Re^3: Calling a subroutine when part of call is a constant variable (symbolic method names) <2 updates>
in thread Calling a subroutine when part of call is a variable Contant

Why not  my $subroutine =  STUFF->{ $val } ?
  • Comment on Re^4: Calling a subroutine when part of call is a constant variable (symbolic method names) <2 updates>
  • Download Code

Replies are listed 'Best First'.
Re^5: Calling a subroutine when part of call is a constant variable (symbolic method names) <2 updates>
by Anonymous Monk on May 27, 2017 at 16:03 UTC
    Doh, yea you're right. That's all that's needed. Thx