> BEGIN (right now at compile time)
> UNITCHECK (at end of this compilation unit)
> CHECK (at end of main compilation)
>(compile time finishes)
>...time passes...
>(run time starts)
> INIT
> (main starts running)
> ENTER (every block entry)
> START (f
On Tue, Jan 22, 2008 at 05:55:35PM -0800, Larry Wall wrote:
: http://perlcabal.org/syn/S04.html#Closure_traits
Or since that's kind of hard to follow the text, you may prefer to
read the original POD without the interpolated test results at:
https://svn.perl.org/perl6/doc/trunk/design/syn
On Tue, Jan 22, 2008 at 07:47:15PM -0500, Mark J. Reed wrote:
: Wait. There are two different phases called START and BEGIN? That's
: going to be a little confusing Which one comes first?
: Are there both END and STOP phases as well?
BEGIN/CHECK/INIT/END are just as in Perl 5. For the rest,
Wait. There are two different phases called START and BEGIN? That's
going to be a little confusing Which one comes first?
Are there both END and STOP phases as well?
On 1/22/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Author: larry
> Date: Tue Jan 22 16:29:21 2008
> New Revision: 144
Author: larry
Date: Tue Jan 22 16:29:21 2008
New Revision: 14494
Modified:
doc/trunk/design/syn/S03.pod
Log:
More tweaks, typos, clarification that "our" differs from in Perl 5
Modified: doc/trunk/design/syn/S03.pod