Help for this page

Select Code to Download


  1. or download this
    my @colors = ("yellow", "blue", "red")
    
  2. or download this
     
    my @colors = ("yellow", "blue", red")
    my $color = some_cool_perl_random_thingie(@colors);
    print "The surprise color is $color"