Help for this page

Select Code to Download


  1. or download this
    # instead of print "Color =" above, ....
    
    foreach my $color ( split /,/ $data[1] ) {
       print "Color = $color\n";
    }