On Sat, Mar 06, 2004 at 06:39:44PM -0800, Larry Wall wrote: > my @x will begin {...} # at BEGIN time > my @x will check {...} # at CHECK time (redefined to unit check) > my @x will init {...} # at INIT time > my @x will end {...} # at END time
Sorry, perhaps I wasn't paying close enough attention, but suddenly we've leaped from oddly named subs that get called at interesting times, to array variables with oddly-named properties (or attributes, or whatever). Je ne comprend pas :-(. Dave. -- A walk of a thousand miles begins with a single step... then continues for another 1,999,999 or so.