in reply to Re^2: Perl can do it, take 1 (sentence generation)
in thread Perl can do it, take 1 (sentence generation)
As far as I know that is all there is to tell. ;) The . by itself acts on the topic ($_) So that is the same as $_.does(List). My understanding is that does is checking the roles of the object it is called on. Evnetualy (when pugs gets more mature) we will be able to do. when List {} and it will DWIM, hopefully. BTW the given $phrase makes $phrase the current topic.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl can do it, take 1 (sentence generation)
by spurperl (Priest) on Jun 19, 2005 at 18:38 UTC |