Help for this page

Select Code to Download


  1. or download this
    if ($range >= 300 && $range <= 400)
    
  2. or download this
    my ($min, $max) = split /-/, $range;
    
    if ($min >= 300 && $min <= 400 && $max >= 300 && $max <= 400)