I find myself in a bit of a quandry. As I am more or less a seasoned newbie; I am still in the stage of wanting to do everything in Perl.

Awhile back we looked at McAfee's ePolicy Orchestrator to help control the virus software. It was about $13000 for 200 clients!!!! So I opted to see what I could do with Perl.

The first big thing was to find out what version and DAT levels were on each computer. Making use of the Good old TieRegistry module made this a breeze

The next was to automate the SuperDAT downloads as I viewed the DAT updates as a beta and did not like having 200 FTP calls to Network Associates to do this. Again Perl and the Net::FTP module made this really easy.

That last big project was the ability for force everybody to upgrade on an emergency situtation(ie Klez, Bugbear). This was not so easy as the command lines for McAfee upgrader need to run local. I found a module that is on SourceForge for the scheduler. However, it is not "blessed" by cpan and it has quirks(ie more like windows quirks with the diferences between W2K and NT

While debating the approach, I was asked to check something on our licensing and found we already had licenses to the ePolicy Software! Somebody in purchasing made the wrong request for pricing!

So the quandry! Do I install the software as it is already paid for? Or do I follow my whims and find a Perl Solution? I figure the time to install it on the community will take as long as figuring out how to force updates


In reply to To Perl or Not to Perl! by Marza

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.