- or download this
my $active = shift;
- or download this
my $active=shift;
return unless $active;
- or download this
while (my($screen_name, $function) = each %states) {
$function->($screen_name eq $current_screen);
}
- or download this
my($screen_name, $function) = each %states