http://qs321.pair.com?node_id=526118


in reply to DBD::CSV failing

I'm having some severe issues with the lack of information in your question. Show your code, data, results, and a statement about what wasn't correct.

⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

Replies are listed 'Best First'.
Re: DBD::CSV failing
by bsdwolf (Initiate) on Jan 28, 2006 at 01:24 UTC
      Single quotes don't interpolate and there is no literal \n in your password file.

      Try changing the single quote to double quotes:

      'eol' => '\n', should be 'eol' => "\n",

        Well, I guess I must have tripped on that, because I have all delimited stuff in double quotes and it Just Sorta Works now.

        Thanks for your help!

        --*greywolf;
        /* relayer halo gmail */