- or download this
sub start_process{
my $count = 0;
...
$count ++;
}
}
- or download this
sub start_process{
my $count = 0;
...
$count ++;
}
}
- or download this
my $b_started = 0;
- or download this
sub start_process{
$b_started++ and return;
...
}
$b_started = 0;
}