CGI::FormBuilder parsing

2003-03-10 Thread Rob Benton
I've noticed that when using the formbuilder that field names that have underscores in them are replaced with spaces. And also that if a field has a '.' in it, that . and everything after are truncated when printing. Is there any way to modify this? -- To unsubscribe, e-mail: [EMAIL PROTECTED

Help with Associative array

2003-03-10 Thread Danny Bullard
When I execute the following script I get: ndbm store returned -1, errno 22, key "1" at /usr/share/lib/perl5/perl5db.pl line 1134, chunk 1. If I make the variable 1016 characters or shorter everything works. This is perl, version 5.004_04 built for irix-n32 running on IRIX 6.5 6.5.13f What's goi

Re: persistent connection

2003-03-10 Thread drieux
On Sunday, Mar 9, 2003, at 23:00 US/Pacific, uma ramdoss wrote: hai, i am writing a simple browser using LWP::UserAgent i dont know how to make persistent connection. i think LWP sends connection-close header by default. i used keepalive header but no use. can anyone help with code? There is t