Thanks frank.. i'll look into Html::Template.
Sorry for the ambiguity about the data. I am pulling the data from a database from our main business system
(pervasive-SQL) and a table in there that stores all of the work orders for our shop.
So in my call i pull all of the lines that have a possibility of being sent out for processing. That's where i need to create this bill of lading and e-mail it to the vendor.
Not all of the lines of data are sent to the vendor. Only the lines that the user enters a number into.
SO i need to detect which lines have a skid and part qty, stick that into an e-mail and send.. ( using Mail::Sender ) That mail is not a problem.. the main question is how to only grab the appropriate lines from the table and put it into an array..