Help for this page

Select Code to Download


  1. or download this
    foreach (@ray1) { push @ray2,$_ if ($_<0) }
    
  2. or download this
    push @ray2, grep { $_ < 0 } @ray1