TorgoX sburkeNO@SPAMcpan.org http://search.cpan.org/~sburke/ "Il est beau comme la retractilité des serres des oiseaux rapaces [...] et surtout, comme la rencontre fortuite sur une table de dissection d'une machine à coudre et d'un parapluie !" -- Lautréamont
I learned about wperl.exe from Brevity -- a way to start perl under
MSWin that doesn't take up a console window; ideal for Perl/Tk.
I found out how to set the icon for a Tk window:
{
my $image = Tk->findINC('srcfile.xpm');
$image and $mw->Icon('-image' => $mw->Pixmap('-file' => $image) );
}
I watched Wide Angle
on PBS, about how Argentina's economy went ¡cablúi! and how
the IMF
is full of bad suggestions about how to fix it. ¡El úpso!
I procrastinated about finishing up the =item and L<..> code in the new
Pod parser.
Spiffy (Score:1)
------------------------------
You are what you think.