Help for this page

Select Code to Download


  1. or download this
    if ( $status = $on_commercial ) 
    {
    ...
    { 
        print "The ups is on battery\n";
    }
    
  2. or download this
    if ( $status == $on_commercial ) 
    {
    ...
    { 
        print "The ups is on battery\n";
    }