sub _start {
my $object=shift;
my @args=@_;
$object->{INTERVAL}=3;
$object->SUPER::_start(@args);
}Hi, the above Construct seems to be working for me and i use it very often. Is this ok or is there a better way ? I am a litle bit afraid with this Construct. Regards Boris Bukowski (please Excuse my English)
