Help for this page

Select Code to Download


  1. or download this
    package socket;
    
    ...
    use conf;
    use irc;
    my $conf = load conf;
    
  2. or download this
    package conf;
    
    ...
            bless($this, $self);
            return $this;
    }