As a followup, here are the physical pieces you'll need on your end:

Then, check out ControlX10::CM17 for a perl module that will let you send an "on" signal with a small bit of perl code. Then, write a CGI script on the local machine that sends an on signal to the chime module. As you'll almost certainly have problems if more than one instance is trying to ring the bell at a time, check out merlyn's column on how to have only one instance of a CGI running at a time.

Once you can ring the bell from inside the office by visiting that CGI locally, make your webserver fire off a connection to that cgi script whenever someone follows that particular link.

Update: It just occurred to me that there's a nice bonus to blowing $100 on this idea of your boss's: with just a little bit more invested for two lava lamps, you have all the physical resources you need for those snazzy red and green build status lava lamps.

--
@/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/; map{y/X_/\n /;print}map{pop@$_}@/for@/

In reply to Re^2: Does Perl ring a bell? by fizbin
in thread Does Perl ring a bell? by kwaping

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.