Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: DBD::CSV failing

by diotalevi (Canon)
on Jan 28, 2006 at 01:11 UTC ( [id://526118]=note: print w/replies, xml ) Need Help??


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 */

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://526118]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found