Help for this page

Select Code to Download


  1. or download this
    A1 abc yellow
    B1 xyz green
    ...
    A1 abc green
    A2 cde yellow
    A1 abc blue
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        my $joined = join(":", @data);
        return($joined);
    }
    
  3. or download this
    A1 abc yellow:green:blue
    A2 cde red:yellow
    B1 xyz green