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.
Code (Score:1)
Re:Code (Score:1)
Awesome!
5.005
Sorry. :) I think in 5.6.1 now. I trip myself up all the time when I move from machine to machine. (My worst problem lately is
my $fh; open $fh, "file";. Took me forever one day to figure out what an older Perl was trying to tell me about that.
Actually it's kind of cool to me that I could write something you could use, since I've been making heavy use of the module formerly known as Time::Object for over a year now. (I actually had a nearly identical design for a module on my whiteboard for the first six months of 2001.)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Reply to This
Parent