in reply to ::'s role in strings
is the same likeAnimal->foo()
Now, if Dog is an Animal, and has no own implementation of the foo()-method,Animal::foo("Animal")
is the same asDog->foo()
Maybe you can clarify your question a little bit further.
As to your p.s., I know :: as the 'scope resolution operator', but I don't know whether this name is really very common in the Perl community.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ::'s role in strings
by ikegami (Patriarch) on Apr 27, 2006 at 17:47 UTC | |
|
Re^2: ::'s role in strings
by chromatic (Archbishop) on Apr 27, 2006 at 21:35 UTC |