Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Parse error

by maurkb (Novice)
on Dec 17, 2007 at 19:50 UTC ( [id://657499]=note: print w/replies, xml ) Need Help??


in reply to Re: Parse error
in thread Parse error

I do have "use Tie::CSV_File;" and I do have Text::CSV XS installed if I look via the PPM gui. But it is noted as upgradeable. I marked it as install again via PPM in hopes of it upgrading with the latest module but after installing, it is still marked as upgradeable. If I try to install via the CPAN i get a nmake error and it states
"make had a bad status, install seems impossible"
What parse is the error referring to? I have the text::CSV_XS parse. What does the statement "Can't locate object method 'parse' via package 'quote_char' mean? What is the relevance of "quote_char"?

Replies are listed 'Best First'.
Re^3: Parse error
by Anonymous Monk on Dec 18, 2007 at 08:59 UTC
    ..still marked as upgradeable. If I try to install via the CPAN ...
    Which version do you have? Does the test-suite pass?

    What parse is the error referring to?
    trace the program (perl -d) or grep the source to find out

    What does the statement "Can't locate object method 'parse' via package 'quote_char' mean?
    to find out use diagnostics;

    What is the relevance of "quote_char"?
    trace or grep

Log In?
Username:
Password:

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

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

    No recent polls found