RE: Komodo

2001-06-22 Thread RTaylor
I downloaded the latest beta (as of last week) and successfully crashed (BSOD) the WinME laptop I installed it on. Twice. I have no trouble with apache 1.3.20, mod_perl 1.24, MySQL, PHP4, Jakarta's Turbine (TDK), HTML::Mason on this little laptop (Toshiba 2805 P/// 650 with 192MB RAM). But Mozil

RE: GD Problem.

2001-06-24 Thread RTaylor
I took the liberty of removing the DBI stuff to make your GD example work. I'm using ActiveState on Win9x. I had to remove the "\n\n" from Content-type as well as changing the Content-type to image/jpeg. #!\perl\bin\perl.exe -w print

RE: :Graph

2001-06-24 Thread RTaylor
I tried your code below but had problems: First, apache didn't like creating the image in the cgi-bin dir, so I changed the reference to apache/icons instead of current directory. Perhaps this is unimportant for your setup. Second - where is @data defined and populated? I assume your code snippet

RE: RTFM (was chomp ?)

2001-06-26 Thread RTaylor
> How does telling a newbie to Read The Friggin' > Manual achieve this if the newbie doesn't know what the manual is? +1 Insightful > "Have you read perldoc -f chomp?" +1 Common Decency > -Original Message- > From: Chas Owens [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, June 26, 2001 8:04

RE: Idea.. OCR in perl?

2001-06-29 Thread RTaylor
Pierre, I'm working on such solution right now. Hit a dead-end with PerlMagick on Win32, so this weekend I'll start over on Linux. Here's what I found: Manipulate images (i.e.,crop) http://www.eecs.umich.edu/~addi/perl/Imager/ ImageMagick - cut and manipulate images http: