Hi, I'm new to Perl and trying to write a script to search through an array, pulling out and concatenating lines that share a motif.
So, if the same Description is recognised on multiple lines, the numbers preceeding this Description will be clustered together on one line (seperated by a tab). I think this should be a simple task, but since I'm starting out, I'm a bit lost! Any help would be great, thanks!