Help for this page

Select Code to Download


  1. or download this
    fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
    connect(3, {sa_family=AF_INET, sin_port=htons(465), sin_addr=inet_addr
    +("192.168.100.1")}, 16) = 0
    ...
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    close(3)                                = 0
    write(2, "ERROR: Died at ./invite.pl line "..., 37ERROR: Died at ./inv
    +ite.pl line 10.
    
  2. or download this
    my $s = Net::SMTP::SSL->new('192.168.100.1', Port => 465, Debug=>1) or
    + die "$!";