Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Unsticking Stuck Meetings

by d4vis (Chaplain)
on Sep 13, 2002 at 20:38 UTC ( [id://197722]=note: print w/replies, xml ) Need Help??


in reply to Unsticking Stuck Meetings

I usually try to set this baby up in cron before long meetings.
When my phone goes off I can just mumble something about the servers being down
(everyone knows that I get phone pages whenever a server goes down) and dash for the door.
Of course if the meeting is constructive, I can ignore the page, but it's nice to have the option.

#!/usr/local/bin/perl open( SENDMAIL, "|/usr/lib/sendmail -oi -t" ) or die "sendmail didn't open: $!\n"; print SENDMAIL <<"EOF"; From: sdavis\@mydomain.com To: <myphonenumber>\@voicestream.net Subject: alarm clock Try to look sufficiently panicked!! EOF close(SENDMAIL) or warn "sendmail didn't close";

~monk d4vis
#!/usr/bin/fnord

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://197722]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 19:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found