Help for this page

Select Code to Download


  1. or download this
    sub READLINE {
        my $self = shift();
        my $socket = $self->[SOCKET];
    ...
        $self->[LOG]->print(">> $line") if defined $line and !$self->[OFF]
    +;
        return $line;
    }
    
  2. or download this
    #works on my laptop but not on desktop
    use warnings;
    ...
            print "here 4\n";
            $sender->Close()
                    or die "Failed to send the message: $sender->{'error_m
    +sg'}\n";