I can't answer your question specifically since i've never dealt with iHeat or Act!, but I can offer some info that may be of use to you. Other monks might have better info.

Perl can handle access to most common database engines using one of the DBI modules, and even a few other modules. Searching on 'DBI' on this site or google will render tons of info on that subject for you. Access via DBI depends upon the database engine that Act! and Heat use. The support people/site for the products should be able to tell you what the engines are. I'll bet a dollar that they use xBase engines. I can almost guarantee you that if the product is capable of ODBC, then you can use DBI with it, too.

Perl is great for data slinging and munging. This is an area in which Perl truly shines.

You might also want to google or check sourceforge to see if there are any projects that could provide a nice start/basis for your project.

So, the short answer to your question is: Probably. ;) If there is any way to interface with product (via any language), then chances are that Perl can do it.

Hanlon's Razor - "Never attribute to malice that which can be adequately explained by stupidity"

In reply to Re: pushing data by Art_XIV
in thread pushing data by poetic

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.