- or download this
foreach $sub ( @sub_names ) {
sub $sub {
#subroutine implementation
}
}
- or download this
read('light',10); # Retrieve the value of "light" at line 10
read_at_time('light', $timestamp);
- or download this
light(10); # Retrieve the value of "light" at line 10
light_at_time($timestamp);