Hi Erol,
The easiest thing to do is to run:
`perl -MCPAN -e shell`
which brings you to the Comprehensive Perl Archive Network prompt.
There, you can issue the commands:
install Date::Calc
install Date::Parse
install File::Tail
install Time::HiRes
to install the required modules.
– Mark
Mark Phillips
Unix Systems Administrator
Haas School of Business
UC Berkeley
At 05:37 PM Friday 9/6/2002, Erol wrote:
>Hi, I’m getting problems trying to create the makefile. Below is my
>initial attempt: