I don't know about anything.net or VB.anything, but I believe Perl is definitely suitable for the situation you described.

As you have a client/server environment, I recommend a Web App running on your office intranet. This eliminates the need for an installation. Preferably running on top of Apache. I think it can be set up on IIS, but I don't have a clue how to do that. For an easy server setup, I recommend xampp [apachefriends.org] which comes with Apache, MySQL, and PHP. You'll also need the xampp Perl add-on. It's all very easy to install. You could download and install everything in less than 30 minutes.

... feeding the script to the stations ...
Does this mean a script which the users read over the telephone? That can all come out of a MySQL table.

I don't know how you get the list of callers into the database, but after you do, querying then and prioritizing them according to time of call should be easy.

In all, I think Perl would be very effective for this task. To make it a nice Web App, you'll need to get up to speed on DHTML stuff. You'll need the following, which all comes with xampp :
Apache
ActiveState Perl
  CGI
  DBI
  DBD::mysql
MySQL

--
-- GhodMode
Blessed is he who has found his work; let him ask no other blessedness.
-- Thomas Carlyle

In reply to Re: Any survey instruments in Perl? by GhodMode
in thread Any survey instruments in Perl? by loomis53

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.