Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use CGI;
    ...
        my @args = $event->args;
        $self->send_im($nick, "Hi $nick. You said: $args[2]");
    }
    
  2. or download this
    sub newconn {
       my $self = shift;
    ...
       # return 1;  # bzzt, we need to return the object
       return $conn;
    }