if ( $status == $on_commercial ) { print "The ups is normal\n"; } if ( $status == $on_battery ) { print "The ups is on battery\n"; }