Hi,

 I cannot figure out how come my server script is not writing to the
database. It will write to the database as long as I do not use the
following:

$methods = {'sample.sumAndDifference' => \&sumAndDifference};
Frontier::Daemon->(LocalPort=> 8080, methods => $methods)
or die "Couldn't start HTTP server: $!";

Also, I noticed that 'print' will not work with the above code.

Any suggestions on how to use Frontier::Daemon with a database
connection. Perhaps, I don't know something that I should.

Thanks. 
 -Laura


_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to