Help for this page

Select Code to Download


  1. or download this
    my @subset = grep rand(100) < 75, @input;
    
  2. or download this
    my @subset = grep rand() < .75, @input;