I'm working on a perl script to automate the creation of a daily report. Some of the data is scraped from our website using WWW::Mechanize, but there are some images of graphs generated from this data using GD::Graph that need to go into the word document. Any idea how to do this? It looks like Win32::Word::Writer doesn't handle inserting images...
Thanks in advance.