Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
        return $msg;
    }
    
  2. or download this
    #set a value in ns box
    sub setValue {
    ...
      }
      return 1;
    }
    
  3. or download this
    sub unsetValue {
      my ($self,$setting, $value) = @_;
    ...
      }
      return 1;
    }
    
  4. or download this
    use strict;
    use warnings;
    ...
    
    }