fusionplant.com


UTC 16:03:34
Sunday
4/19/2026



April 2026
SuMoTuWeThFrSa 
   1234 
567891011 
12131415161718 
19202122232425 
2627282930   
        
Calendar Tool

welcome

How to Install CPAN Modules



Command to install perl CPAN modules on UNIX/Linux:
perl -MCPAN -e 'install HTML::Template'



Command to install active perl CPAN modules on Windows:
If you are using ActiveState Perl on a windows based server, then you can use the PPM command-line utility.
from the /bin sub folder of perl type: ppm then type: install HTML::Template