My host does not give me access to use cron unless I upgrade to a virtual server (considerable price hike). Is there any way around this?
Not really. Of course, you could always set up something that is going to mail you every day, but that will be less reliable or draw more resources that a cron solution. Or likely to be both. It certainly will piss off your host.

You could use pull instead of push technology though. Just make a CGI program that emails you when you request it.

But it looks like you are searching for a technical solution to a non-technical problem. Your technical problem (how do I email on a daily basis) has been solved decades ago, and is called cron. Your problem is "I don't want to pay for the service". Which isn't a technical one.

There's no such thing as a free lunch. And none of this has anything at all to do with Perl.

Abigail


In reply to Re: ALTERNATIVE TO CRON.SH by Abigail-II
in thread ALTERNATIVE TO CRON.SH by rxguil

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.