in reply to Please help...

One liner: (Change to single-quote for Linux):
perl -ane "push @{$x{shift @F}},@F}{print qq|$_: @{$x{$_}}\n| for sort + keys %x" INPUTFILE.txt

     Syntactic sugar causes cancer of the semicolon.        --Alan Perlis