Help for this page
package socket; ... use conf; use irc; my $conf = load conf;
package conf; ... bless($this, $self); return $this; }