Help for this page

Select Code to Download


  1. or download this
    $arr[ ($i - 4) .. $i ]
    
  2. or download this
    my $h = $i - 4;
    if ( $h >= 0 ) {
    ...
        my @v = keys %v;
        return $#v;
    }