Help for this page

Select Code to Download


  1. or download this
    A1 abc blue:green:yellow
    A2 cde red:yellow
    B1 xyz green
    
  2. or download this
    # Ok,  with SELECT DISTINCT * and using Perl for Printout
    
    ...
    {
       print "$key ",join (':',sort @{$result{$key}}),"\n";
    }
    
  3. or download this
    #!usr/bin/perl
    use warnings;
    ...
    A1 abc green
    A2 cde yellow
    A1 abc blue