Help for this page
use constant powerOn => 0; use constant lightOn => 1; ... } }
{ my $status; my %types = ( powerOn => 0, lightOn => 1 ); ... } # call as... setStatus('powerOn');