Re: CGI Book Advice sought ...

2004-09-17 Thread Bill Stephenson
I'll chime in here Since you asked about CGI I'll discuss that and not mod perl, which, had you asked for info on, I'm sure Chris Devers would have set you away from here. The Learning Perl book is a fine book but I wouldn't recommend it for a beginner specifically wanting to learn CGI (I d

image manipulation (scaling)

2004-09-17 Thread Ingo Weiss
Hi all, I need have my CGI scale images on the server, and I was wondering whether there is a "standard" perl module that can do that (and possibly other image manipulation tasks). I am looking for one that: - is easy to understand and use - is likely to be already installed on the server or so w

RE: image manipulation (scaling)

2004-09-17 Thread Hanson, Rob
The best module that I know of for scaling is Image::Magick. I didn't find the docs very easy to navigate, but it does a very good job. [Very light documentation] http://search.cpan.org/~jcristy/PerlMagick-6.02/Magick.pm [Additional docs] http://www.imagemagick.org/www/perl.html The code you wa

Re: image manipulation (scaling)

2004-09-17 Thread Chris Devers
On Fri, 17 Sep 2004, Ingo Weiss wrote: > I need have my CGI scale images on the server, and I was wondering > whether there is a "standard" perl module that can do that (and > possibly other image manipulation tasks). Have you looked at the Imagemagick suite, or Image::Magick, the Perl interfa

simultanious access

2004-09-17 Thread Ingo Weiss
Hi, I was wondering: When writing CGIs that write to a data fle, do we need to be concerned about the case where one CGI instance opens, modifies and changes a data file while it's still open from another CGI instance, creating version problems? Or is this somehow taken care of? Ingo -- To unsub