Help for this page

Select Code to Download


  1. or download this
    red-orange
    bluegreen
    
  2. or download this
      chomp($color);
      $seen++ if $color =~ /^$newcolor$/;
    
  3. or download this
      chomp($color);
      $seen++ if $color eq $newcolor;