in reply to Re^4: inserting array of data into text file
in thread inserting array of data into text file

I think people get confused because of the /e being optional if there's just one thing there (e.g. s/(\S+)/$translate{$1}/e; is equivalent to s/(\S+)/$translate{$1}/;).
  • Comment on Re^5: inserting array of data into text file