http://qs321.pair.com?node_id=1229143


in reply to Installing CPAN modules

One way is make where you specify what & how to run some command(s). Another is create a perl package (does not have to be a perl package, could be OS specific package) which will list all the Tk software as requisites. Then either run the make command or install the perl package.

Replies are listed 'Best First'.
Re^2: Installing CPAN modules
by Anonymous Monk on Jan 30, 2019 at 03:54 UTC

    Of course, nothing is stopping you to feed each module name (similar work is needed for other two methods) in a loop to the CPAN installer.