Hey, a newbie to Perl here (even to programming to certain extent). My current project is to extract certain cell values from an excel file and based on these values query using WWW::Mechanise. Then I need to follow some links and save the pdfs at the end of those links. Right now I am stuck at the 1st stage (getting values out of excel files). I have tried spreadsheet::parseexcel, but I am perhaps not getting something right. I hope to find some help here.