re:perl cgi

2004-03-25 Thread Eric Edwards
Hello List! I need some help. I know very little about CGI and HTML. The book I am using is Learning Perl on Win32 Systems. I cannot get this program to work properly. I can get the form to come up but when I enter a value it brings up a download box and displays my code. If this works like other

prefix string matching (and compression)

2004-03-25 Thread Glenn Linderman
For sorted lists of text, like dictionaries, one quick-to-decode technique that saves a fair amount of space, is to start each string with the number of bytes that match the previous string, and then append the remainder of the string. In other words, the list of words though thought

Re: prefix string matching (and compression)

2004-03-25 Thread Randy W. Sims
On 3/25/2004 11:50 PM, Glenn Linderman wrote: For sorted lists of text, like dictionaries, one quick-to-decode technique that saves a fair amount of space, is to start each string with the number of bytes that match the previous string, and then append the remainder of the string. In other

Re: prefix string matching (and compression)

2004-03-25 Thread Glenn Linderman
On approximately 3/25/2004 9:16 PM, came the following characters from the keyboard of Randy W. Sims: On 3/25/2004 11:50 PM, Glenn Linderman wrote: For sorted lists of text, like dictionaries, one quick-to-decode technique that saves a fair amount of space, is to start each string with the

Re: perl cgi

2004-03-25 Thread $Bill Luebkert
Eric Edwards wrote: Hello List! I need some help. I know very little about CGI and HTML. The book I am using is Learning Perl on Win32 Systems. I cannot get this program to work properly. I can get the form to come up but when I enter a value it brings up a download box and displays my

Re: perl cgi

2004-03-25 Thread Eric Edwards
Edwards wrote: Hello List! I need some help. I know very little about CGI and HTML. The book I am using is Learning Perl on Win32 Systems. I cannot get this program to work properly. I can get the form to come up but when I enter a value it brings up a download box and displays my

Re: re:perl cgi

2004-03-25 Thread Bungsuputra Linan
Hi Eric, Hello List! I need some help. I know very little about CGI and HTML. The book I am using is Learning Perl on Win32 Systems. I cannot get this program to work properly. I can get the form to come up but when I enter a value it brings up a download box and displays my code. If you