Help for this page

Select Code to Download


  1. or download this
    =39=          $_[KERNEL]->yield("heartbeat"); # start heartbeat
    
  2. or download this
    my %FOLLOWS = (
       ACCESS => "/var/log/messages",
    ...
            $irc->yield(privmsg => $channel, "I am online and responding t
    +o commands");
        }
    }
    
  3. or download this
    #!/usr/bin/perl
    use 5.010;
    ...
            $irc->yield(privmsg => $channel, "I am online and responding t
    +o commands");
        }
    }