Christmas morning...
Posted on Mon, 24 Dec 2007 in Personal • Tagged with Christmas, Gifts
Its christmas morning, everyone is still sleeping. The only sounds
in the house, is the sound of me wrapping the last gifts. This year
I have done my due diligence and everything should have been in
order, but alas "{color: #000; background-color:
#000;}Apple":http://www.apple.com didn't, and …
Continue reading
Rumor
has it that this fine december day, Perl5Porters is giving us "Perl
5.10":http://search.cpan.org/dist/perl-5.10.0/, the best Perl 5
yet. I hope its true, because 5.10 contains loads of fun and useful
new features! Well... Its still *very* early in the …
I have a varchar in a
table on an Oracle 8i database, and I wanted to select only those
tuples that contain numbers. Had I used PostgreSQL I could just
have used a regex, which is nice and Perl like. But this is Oracle
and so the "Enterprise solution" to …