in reply to Re^2: Workaround for my CSV file
in thread Workaround for my CSV file
Make a subdirectory of your current directory named "Text" (it's case sensitive), then save CSV_PP.pm into that directory. Then
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.use Text::CSV_PP;
|
|---|