in reply to Printing Columns from Two Different Files

If you're on unix the 'cut' and 'paste' commands might do part of what you're after.
Not perl but handy

cut - remove sections from each line of files
paste - merge lines of files

Or perhaps you can use perl for part of it and just merge the results with paste.

  • Comment on Re: Printing Columns from Two Different Files