in reply to Re: a loop for creating subroutines?
in thread a loop for creating subroutines?
With this solution, how would my example code look like? Like this?
$mysubs{light}->(10); $mysubs(light_at_time)->($timestamp);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: a loop for creating subroutines?
by LanX (Saint) on Aug 27, 2012 at 16:49 UTC |