Help for this page

Select Code to Download


  1. or download this
    package Irc;
    
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    # now keep on reading until receiving the special logoff code ;)
    $session->read();
    $session->disconnect();