in reply to GD::Graph for Windows

Hi watchoutman,

Run the following from the command line, it will install the module you are looking for:
ppm install http://www.bribes.org/perl/ppm/GDGraph.ppd
You may also want to check out the module PPM::Repositories which you can use to add all know repositories to your PPM configuration. It may be wise to add these repositories efore installing modules so that PPM will have a better chance of finding any dependencies.

For further info have a look at A guide to installing modules for Win32.

Hope this helps.

Martin

Replies are listed 'Best First'.
Re^2: GD::Graph for Windows
by watchoutman (Initiate) on May 12, 2006 at 11:14 UTC
    That installed GD. I'll give it a whirl. Thank-you very much for your help. Todd