Scott R. Godin wrote:
> any pointers? I'm happy to toddle off and download and read my face off
> -- that's not a problem.. I'd just like to have some indication on which
> direction to start walking. :-)
Here are some "Pictures Gallery"-type modules that can be found on CPAN:
Apache::Album:
I've got an idea kicking around in my head ..
having a web-directory that can have image files added to it, taken
away, or prefaced with "." to have them be ignored temporarily without
removing them.
initial run of the .cgi indexes the directory into a local database
file, and creates thumbn
This may be a little off topic, but I hope someone can help me.
I set up this cgi file and html form on a Unix server. All functions of
the form and file worked correctly
on a Unix Server. However, I need to move these files to an IIS server.
In testing on the IIS server, I get an HTTP Error 40
Hi all,
I will write a perl-script that will read my unix-mail-box
(/var/mail/), save the message in a separate folder, and
forward the message (with attachements) to another mail-adress.
Has anybody some hint to begin with or maybe has somebody already done
this.
Thanks in advance.
Peter
--
I'm trying to write a little piece of middleware to allow one of our
developers to use Flash to pull up a webpage that lists the current jobs in
a print queue in Windows NT. I found this very nice little script called
NTPStat.pl at http://www.roth.net/perl/scripts/scripts.asp?NTPStat.pl and
remov
This isn't PERL, but you could use regedt32.exe to set permissions for
that user on the registry key. I don't see any problems with giving
that user read permissions on that key. They don't need to delete
things from the print queue do they?
-_-Aaron
-Original Message-
From: Kip DeGr
I think you'll need to look at the image magik module for creating the
thumbnails. I've looked at this in the past, and come away with headaches,
but I believe it's the right tool for the job. Good luck
John
-Original Message-
From: Scott R. Godin [mailto:[EMAIL PROTECTED]]
Sent: 16 Janu
Your choices are basically GD or Image-Magick I've had good experiences
with both. Image::Magick is more full featured but slower so if you're
doing anything on the fly you should use GD, but if its just a one pass
sort of thing (and I think that is what you're doing) then Image::Magick
is be
I hope someone can help me out.
I set up this cgi file and html form on a Unix server. The script
changes a user's password in a text file.
This works correctly on a Unix Server. However, I need to move these
files to an IIS server.
In testing on the IIS server, I get an HTTP Error 405- Method
Hello,
Here is what I am trying to do,
In my html
etc
I Have several buttons, that display the label 'Class Schedule'
I want to use the 'name' as data.
So in my CGI code (perl):
$class_to_display = param('kayaking_intro');
$class_to_display = param('white_water_intro');
10 matches
Mail list logo