Help for this page

Select Code to Download


  1. or download this
    my $w= 2;
    my $i= int( rand @list );
    ...
    my $j= abs( $i + $offset );
    $j= @list - $j
        if  @list <= $j;