Help for this page
package Logger; ... return $self; }
package Logger; our @instances; ... my $msg = shift; $_->add($msg) for @instances; }