On 7/24/06, Ovid <[EMAIL PROTECTED]> wrote:
http://users.easystreet.com/ovid/downloads/TAPx-Parser-0.10.tar.gz
Not having a 'net connection in my flat yet meant that I was mostly flying
blind and had to try and recall what was said on the list from memory. As a
result, I'm sure that what I've
Shlomi Fish wrote:
On Wednesday 19 July 2006 17:08, Salve J Nilsen wrote:
Just a wild thought...
Would it be useful to check for references to community support channels
like mailing lists, IRC channels, public bug trackers and official web
pages?
Interesting idea. One thing I should proba
On 22 Jul 2006, at 15:30, Fergal Daly wrote:
[snip]
There are two reasons to use subroutines.
1 to group related code in a single unit with a descriptive name
2 code reuse - calling the subroutine from multiple places
Your example is #1 and T::B currently supports it perfectly. It does
not sup
I have encountered an anomaly in my use of Devel::Cover.
Suppose that I have two packages, Alpha and Beta, each of which
implements a sayhowdy() method, albeit slightly differently from each other.
# in Alpha.pm
sub sayhowdy {
my $self = shift;
my $string = q{};
open my $fh, ">"
Hi all,
http://users.easystreet.com/ovid/downloads/TAPx-Parser-0.10.tar.gz
Not having a 'net connection in my flat yet meant that I was mostly flying
blind and had to try and recall what was said on the list from memory. As a
result, I'm sure that what I've put together doesn't quite match wha