in reply to Re: Do I need a Factory Class At This Point?
in thread Do I need a Factory Class At This Point?

OK, I am getting enough of what you are telling me to understand your point.

I know some of the basics of OO, and I know how to use Perl as a replacement for awk. I jumped straight into using Object::InsideOut without ever writing up my own simple Perl classes, so I'm ignorant of Perl OO implementation basics. Yesterday on the drive home I figured out that is why some of my questions come from left field and why this advice is more opaque to me than I'd like.

What still mystifies me about your code is the use of the ... operator. This is just a range operator right? I've read every paragraph of perlop that contains the '...' string, but I still don't understand you use of that operator.

Thanks.

Replies are listed 'Best First'.
Re^3: Do I need a Factory Class At This Point?
by ikegami (Patriarch) on Feb 03, 2006 at 21:23 UTC
    Such diligence! But in this case, ... simply means "There's code missing here." How one finds where to insert a node into a tree wasn't relevant to the topic at hand.