given( $x ){ when 2..5 { } when 6..10 { } default{ } } [download]
In reply to range comparison in given by mrguy123