in reply to Re: Problems when installing Perl modules WinXP
in thread Problems when installing Perl modules WinXP
You can use this command it will automatically install what needed.
Perl -MCPAN -e shell
it will install the c compiler...
and then type
install Class::Date(Your module)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problems when installing Perl modules WinXP
by BrowserUk (Patriarch) on Mar 29, 2011 at 14:24 UTC | |
by SriniK (Beadle) on Mar 30, 2011 at 08:53 UTC |