Help for this page
$wait = 0 unless abs($wait);
my $wait = -34; $wait = 0 unless abs($wait); print $wait;
$wait = 0 if abs($wait);