in reply to Re^2: Extracting data from each line that matches a email address from a Log file (Tab delimited)
in thread Extracting data from each line that matches a email address from a Log file (Tab delimited)

Are you setting the correct seperator character in Text::CSV_XS->new ({sep_char => "\t"});?


Perl is Huffman encoded by design.
  • Comment on Re^3: Extracting data from each line that matches a email address from a Log file (Tab delimited)
  • Download Code