Special actions during object construction
# called after the constructor has been called
sub BUILD {
my $self = shift;
};
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
# called after the constructor has been called
sub BUILD {
my $self = shift;
};