Help for this page

Select Code to Download


  1. or download this
        $how[rand($rand_max) % (scalar @how)],
        $where[rand($rand_max) % (scalar @where)],
        $what[rand($rand_max) % (scalar @what)]);
    
  2. or download this
        $how[rand @how],
        $where[rand @where],
        $what[rand @what];