Since you have a few goals that you are trying to accomplish here, you are going to need modules for each one of the goals. In order to create an ASCII table, I would look into using the Perl module
Perl6::Form. As far as taking the epoch times and manipulating them and organizing them, you can check out some of the following modules:
Date::Manip,
Time::Format,
Time::Period. Using these modules will allow you to compare times and create functions to compare the jobs and put them where they need to go.
What I would do is to write a function to determine what time the job is running and push it into a complex data structrue. Then iterate over that data structure to create the table you are looking for. You may want to check out planetscape's Re: How can I visualize my complex data structure?.
However, if you looking for more specific help...the best way to get it is to actually start the work. Attempt some code (ie a specific part of your program). If you are having trouble, show us what you have tried and the errors it gives you and we will do our best to help you along and explain why what happened happened. But just asking for general help with a problem may not quite yield the results you are looking for.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.