nop has asked for the wisdom of the Perl Monks concerning the following question:
I need to install a module (date_calc) on an WinME laptop running ActiveState perl
that is not hooked to the internet. (If it were, I'd use
PPM.) The laptop doesn't have a C compiler on it.
I'm making a CD rom of perl code, data, etc to bring to the laptop site and then install from there. How do I get date-calc? If I pull it from CPAN, won't I need a C compiler?
Thanks!