in reply to Re^5: installing text::csv cpan
in thread installing text::csv cpan

all I did was to extract the tar file , and then run makefile.pl and type dmake dmake test dmake install

but i have one question that since I am making an utility I don't want user to do it , so is it possible that the script itself installs the cpan

Replies are listed 'Best First'.
Re^7: installing text::csv cpan
by marto (Cardinal) on Jul 03, 2013 at 12:01 UTC

    You can use pp to create a stand alone executable which will include the modules you use. However this is where it would pay off to have configured ppm or cpan properly, as mentioned previously.