in reply to Re^2: How do "you" make a tree in perl
in thread How do "you" make a tree in perl

I am hesitant to write Visitors to convert from one Tree:: module to mine, as it sort of feels rude to do so.

I wouldn't worry about it that much, there's nothing wrong with providing good tools and a a flexible API. If it eases your conscience, provide code to convert both ways.

Replies are listed 'Best First'.
Re^4: How do "you" make a tree in perl
by stvn (Monsignor) on Sep 29, 2004 at 14:06 UTC
    If it eases your conscience, provide code to convert both ways.

    Excellent point, thanks.

    -stvn