Help for this page

Select Code to Download


  1. or download this
        $x->range($a, $b)
            Return all elements $i in $x such that $a <= $i < $b. If $a is
            undef, treat it as less than all elements in $x. If $b is unde
    +f,
            treat it as greater than all elements in $x.
    
  2. or download this
    @foo = grep { something } $x->range($a, $b)
    $y->insert($x->range($a, $b))