Help for this page
if( $flag ) { $on = $value; ... else { $off = $value; }
${$flag ? \$on : \$off} = $value;
$status{$flag ? 'on' : 'off'} = $value;