in reply to how can I store a reference to a method/function along with the parameters?
try
my $meth_with_param= sub { myMethod('My Param'); };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how can I store a reference to a method/function along with the parameters?
by JavaFan (Canon) on Aug 11, 2011 at 21:11 UTC | |
|
Re^2: how can I store a reference to a method/function along with the parameters?
by noelgolding (Initiate) on Aug 12, 2011 at 13:03 UTC |