> Brian Shields wrote:
>
> I am currently writing a perl script for a friend which is adding to, editing, and
>deleting from a flatfile database. This database will be accessed only by another
>perl script, which uses the information to generate a web page (basically listing the
>information
I am currently writing a perl script for a friend
which is adding to, editing, and deleting from a flatfile database. This
database will be accessed only by another perl script, which uses the
information to generate a web page (basically listing the information on each
line of the d
Yes... try Image::Magick
Charles Maier
CDM Consulting Services
http://www.cdmcon.com
(610) 942-2726
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Roee
Rubin
Sent: Monday, March 05, 2001 5:09 PM
To: 'Perl-Win32-Web; Perl-Win32-Users
Subject: Image trans
ppm search ImageMagick
___
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
Hello,
I am developing a web site and providing a page where users can upload
images in a specific format.
I am looking for a way to programmatically modify the size of the image once
it has been transferred over the web server. For example, if the image
uploaded is 400x400 - I would like to tra
> The site is accessible also as http://Jenda.Krynicky.cz
> I think this other name will stay, the other may vanish since I do
> not work for McCann any more.
>
> Jenda
>
> == [EMAIL PROTECTED] == http://Jenda.McCann.cz ==
> 28th of March I'll march out of the "army"
> I'll be free so if you wan
Having difficult posting
___
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
> > can anyone help me whith a cgi to put an attachment file in a email genareted by a
>form?
>
> This has got to be in a FAQ somewhere.
>
> Lucky for us, Jenda McCann wrote a module for such a thing:
>
> http://jenda.mccann.cz/#Mail::Sender
Erm, I only worked for McCann for some time, but m
print "Content-type: text/plain\n\n";
print "hello world\n";
the header needs an another blank line after it.
-Original Message-
From: Asaf Elron [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 03, 2001 11:05 AM
To: James T Fielding
Cc: [EMAIL PROTECTED]
Subject: Re: Newbie question
T