RE: Net::NNTP inconsistent article retrieval

2012-08-12 Thread Chris Knipe
Hi Paul, I think I've narrowed the issue to Net::Cmd itself (read_untill_dot() used by Net::SNMP). Even if we completely forget about writing the file to disk: print "220 0 " . $Command['1'] . "\r\n"; print @{$Article}; print ".\r\n"; @{$Article} still only pr

Re: DBM::Deep dilemma

2012-08-12 Thread Rob Dixon
On 08/08/2012 18:09, punit jain wrote: I now have another issue :- my $db = new DBM::Deep( file => "hash.db", locking => 1, autoflush => 1 ); I want to reuse the same hash.db next time I run rather than recreate hash.db from scratch using new.

RE: Net::NNTP inconsistent article retrieval

2012-08-12 Thread Chris Knipe
So just a quick test using the exact same command issues to the server, and reading the exact same response... Perl with Net::NNTP (Net::Cmd) reads 262,144 Bytes (incomplete article with corruption on encoded parts) C# .NET via an Socket reads 393,216 Bytes (complete article without any corruptio

Re: Raspberry Pi: Beginners Web App Example

2012-08-12 Thread Owen
On Fri, 10 Aug 2012 13:41:51 -0500 Bill Stephenson wrote: > So, I've been working on an example web based app that demonstrates > pretty much how I've been doing things lately, it's a simple note pad > app for beginners to play with. I put the app and code on my Linux > web server here: > > htt

Re: Raspberry Pi: Beginners Web App Example

2012-08-12 Thread Perforin
On 08/13/2012 12:45 AM, Owen wrote: > On Fri, 10 Aug 2012 13:41:51 -0500 > Bill Stephenson wrote: > >> So, I've been working on an example web based app that demonstrates >> pretty much how I've been doing things lately, it's a simple note pad >> app for beginners to play with. I put the app and