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.
I should try to build a GUI for some of my scripts (Score:1)
If you can, go with Wx.
The main advantage is that it is easily installable on all three main desktop operating systems as a dependency (unlike Gtk) and that Wx "looks like a real application" on all three main desktop applications.
Re: (Score:2)
On the bright side it will be all smooth in a few months as the new releases of the various Linux distributions start to distribute Padre and the wx stack with it.
Re: (Score:1)
Debian Lenny (current testing) includes libwx-perl package. On the other hand the libgtk-perl is already in Debian Etch (current stable).
XML/XSLT (Score:1)
Well, I for one hope they never die! They’re far too useful. Just because XML has been used by the clueless as a hammer for every problem they encounter does not make it a bad idea when used correctly; and the XSLT model (albeit not syntax) is elegant to an extent I have rarely encountered elsewhere.
My main weblog is produced by XSLT processing a single XML file, and despite the tons of small features I have added to the transforms over the years, I still find them completely straightforward and easy