I want to write a little piece of perl that will take file1.txt, and file2.txt and concatenate them using /del as the delimiter.
So how would i do this?, read file1.txt, append /del at after last line and then append file2.txt after that.
All suggestions appreciated! Thanks!