Hi all: One of the examples in "Tkx::Tutorial - How to use Tkx" has the following line (and associated comment):
#!/usr/bin/perl -w Isn't that kind of deprecated by now? Wouldn't "use warnings;" be better? I was recently told (in perlmonks.org) that I shouldn't mix "perl -w" and "use warnings". (I'm not subscribed to this list, so please copy me on the replies.) Thanks, Ruben