Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Workaround for my CSV file

by harishnuti (Beadle)
on Dec 05, 2008 at 07:25 UTC ( [id://728206]=note: print w/replies, xml ) Need Help??


in reply to Re: Workaround for my CSV file
in thread Workaround for my CSV file

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Workaround for my CSV file
by quester (Vicar) on Dec 05, 2008 at 07:49 UTC
    The _PP at the end of the module name indicates that it is "pure perl", so it doesn't actually need to be installed. You can take the source code from http://search.cpan.org/src/MAKAMAKA/Text-CSV-1.10/lib/Text/CSV_PP.pm and use it as follows.

    Make a subdirectory of your current directory named "Text" (it's case sensitive), then save CSV_PP.pm into that directory. Then

    use Text::CSV_PP;
    will work just as though the module were "properly installed." You could even just paste indivdual subroutines into your source code instead of using the whole module. But if you do that, be a good netizen and paste in the author's copyright statement, and the source where you downloaded the code.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-28 08:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found