Help for this page

Select Code to Download


  1. or download this
    $wait = 0 unless abs($wait);
    
  2. or download this
    my $wait = -34;
    $wait = 0 unless abs($wait);
    print $wait;
    
  3. or download this
    $wait = 0 if abs($wait);