Hello monks...

Here I am again looking for a little wisdom from all of you. Finally I got my first work here in Mexico with a big company like a month ago, and I have made some projects with them. And three days ago they asked me to do a new project wich Ill explain:

The Project: The company has a lot of people around the country that gather information. What they want me to do is create an interface in which each one will have an accouny where they'll log on and enter the information they have gathered through the day.

There will be a special interface for the director of the project in which he will decide at what time he wants the email sent to him (I personally dont uderstand why they want the EMAIL instead of login to a special web-page in which they'll see the information - but you know how they are-).


Solutions: Right now Im done with the interface part and its working fine. But now Im stucked with the director's interface.

Since Im working on a UNIX based server I decided to solve the email problem with cron jobs, but I can't get them to work. I don't know how to configure the cron jobs through perl.

I read about the module Schedule::Cron but I dont understand it well enough.

I was hoping someone could help me out with some ideas or links to where I can find some more documentation for this task. The due date for this project is on Friday and Im hoping Im able to do it.

Well...I would like to say thanks in advanced to all those who can help me out a little bit.


In reply to Cron Jobs by kidd

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.