Help for this page

Select Code to Download


  1. or download this
        elsif ($on_off eq "off")
         &Off();
        else
    
  2. or download this
        elsif ($on_off eq "off")
        {
         &Off();
        }
        else