in reply to Meditations On HTML In Perl
$widget -> Label (-text => "Flubber") -> pack;
somewhere in your code. I fail to see why that's a better abstraction than a
print HTML "<p>Flubber</p>";
In fact, I find it easier to separate content from presentation using HTML than using Tk. Stylesheets are cross-platform, but the X options database certainly isn't.
Abigail
|
|---|