Author: kjs Date: Fri Aug 22 03:59:58 2008 New Revision: 30437 Modified: trunk/docs/pdds/pdd19_pir.pod
Log: [pdd19] add a note about not-allowing space around the method-call dot. Modified: trunk/docs/pdds/pdd19_pir.pod ============================================================================== --- trunk/docs/pdds/pdd19_pir.pod (original) +++ trunk/docs/pdds/pdd19_pir.pod Fri Aug 22 03:59:58 2008 @@ -805,6 +805,9 @@ Internally, the call stack doesn't increase because of a tail call, so you can write recursive functions and not have stack overflows. +Whitespace surrounding the dot ('.') that separates the object from the +method is not allowed. + =back =head2 Assignment and Morphing