Help for this page

Select Code to Download


  1. or download this
    my @browsers = ('firefox', 'chrome', 'internet explorer');
    my @random_array = shuffle(@browsers);
    ...
    
      }
    }
    
  2. or download this
    my @browsers = ('firefox', 'chrome', 'internet explorer');