Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        
        $yahoo->send('recipient_yahoo_id', 'hi there!');
    
  2. or download this
    sub get_connection
    {
    ...
        $server->autoflush(1);
        return     $self->handle($server);
    }