NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Do you even need a toolkit? (Score:2)
periodically pop up alerts on my machine
do you even need a GUI toolkit? It seems to me like a plain MessageBox [microsoft.com] API call is all you need.
That is, unless you want the script to continue running while the message is shown. In that case, you could set up a simple window with The GUI Loft [darserman.com]. Oldie, but probably good enough.
And I've never seen a service with a GUI, I'm not sure if it will behave nicely.
Re:Do you even need a toolkit? (Score:2)
Actually I think I'll probably input a couple of things into the dialog box, so it's more than just a message box.
But I'm unclear on what you're suggesting ... write XS code? Or is there some standard way to call MessageBox from Perl? I'm pretty ignorant. :)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Reply to This
Parent