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