in reply to Re^3: How to call subroutines using variables ?
in thread How to call subroutines using variables ?
Worked great, but I did have to get rid of the & in front of my subroutine names. So:
my @all_subs = (\sub_1,\sub_2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to call subroutines using variables ?
by chromatic (Archbishop) on Jun 10, 2007 at 04:23 UTC | |
by bradcathey (Prior) on Jun 10, 2007 at 12:25 UTC | |
by chromatic (Archbishop) on Jun 10, 2007 at 17:32 UTC | |
|
Re^5: How to call subroutines using variables ?
by blazar (Canon) on Jun 10, 2007 at 07:32 UTC |