Re: writing to a file...

2001-03-05 Thread $Bill Luebkert
> 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

writing to a file...

2001-03-05 Thread Brian Shields
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

RE: Image transformation

2001-03-05 Thread Charles Maier
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

Re: Image transformation

2001-03-05 Thread Ron Grabowski
ppm search ImageMagick ___ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Image transformation

2001-03-05 Thread Roee Rubin
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

Re: attachments in a formmail whith perl cgi

2001-03-05 Thread Ron Grabowski
> 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

Ignore. Test post

2001-03-05 Thread Dennis Simpson
Having difficult posting ___ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Re: attachments in a formmail whith perl cgi

2001-03-05 Thread Jenda Krynicky
> > 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

RE: Newbie question

2001-03-05 Thread Matthew Thompson
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