Click here to get back home

Net::Daemon::SSL

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Net::Daemon::SSL bz800k 01-18-2006
Posted by bz800k on January 18, 2006, 11:35 pm
Please log in for more thread options


Hi
I'm now making a simple script using Net::Daemon::SSL.
However, the code listed below(which appeared in
http://softbrain.co.kr/CPANdoc/Net/Daemon/SSL.html)
does not work .
The error message of this script is

"Cannot create socket: No such file or directory at
/usr/lib/perl5/site_perl/5.6.1/Net/Daemon/SSL.pm line 108.
at /usr/lib/perl5/site_perl/5.6.1/Net/Daemon/Log.pm line 136."

I want to know a "REAL" sample of Net::Daemon::SSL.

Thanks!

----- script start -----
use Net::Daemon::SSL;

package MyDaemon;
@MyDaemon::ISA =3D qw (Net::Daemon::SSL);
sub Run {
my $this =3D shift;
my $buffer;
$this->->print ( "vasja was here=A5n" );
$this->->sysread ( $buffer, 100 );
}

package main;
my $daemon =3D new MyDaemon ({}, =A5@ARGV);
$daemon || die "error create daemon instance: $!=A5n";
$daemon->Bind();
----- script end -----


Similar ThreadsPosted
Combining HTTP:Daemon and CGI May 27, 2006, 5:07 pm
XML-RPC server using Frontier::Daemon keeps crashing August 25, 2004, 12:06 pm
Frontier::Daemon encoding question August 15, 2005, 10:40 am
HTTP::Daemon IPv6 support? March 16, 2006, 5:18 pm
ANNOUNCE: new module: Daemon::Generic October 26, 2006, 4:31 pm
New modules: Plugins, SyslogScan::Daemon::* January 2, 2007, 7:58 pm
Win32::Daemon - multiple processor problem August 10, 2004, 6:03 am
problem with using the forks module within a daemon setting June 19, 2006, 3:13 pm
Net::Daemon t/forkm.t issue on Solaris 10 zone? November 10, 2006, 7:12 pm
Looking for portable signal handling to implement Server Daemon July 29, 2004, 12:33 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap