How would I go about sub-listing something.  For instance, if I have a work
order that has been worked on during different days, I want to list the work
order once and each day below it.  It would look like this:

Ticket ID             Subject            Date  hh:mm
--------------------------------------------------------
    12345  Ticket Subject          MM/DD/YYYY   1:00
                                   MM/DD/YYYY   2:00
                                   MM/DD/YYYY   3:00

So basically, I need the ID and Subject to only be printed on the first line and
only the Date and hh:mm on each successive line.  How would I do this with
format?  Would I need two different formats?  One for the first line and another
for each subsequent line?

Thanks
Mathew
-- 
Keep up with me and what I'm up to: http://theillien.blogspot.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to