my $var will begin("stuff"); # at BEGIN time my $var will check("stuff"); # at CHECK time our $var will init("stuff"); # at INIT time state $var will first("stuff"); # at FIRST use time my $var will enter("stuff"); # at block ENTRY time has $.var will build("stuff"); # at object init time