Help for this page

Select Code to Download


  1. or download this
    use 5.014;
    use strictures;
    use List::Util "shuffle";
    ...
        say {$db} join ";", $id, shuffle @words[ $start .. $end ];
        last if -s $db > 32_000_000_000;
    }
    
  2. or download this
    use 5.014;
    use strictures;
    use Lucy;
    ...
                   index  => $index,
                   create => 1 );
    }
    
  3. or download this
    use 5.014;
    use strictures;
    use Lucy;
    ...
    
        print "\nQuery: ";
    }
    
  4. or download this
    Searching 126,871,745 records.
    Query (q to quit): ohai
    
    ...
    Query: pollen AND bee
    
    Matched 0 records in 21.61 milliseconds