Weblog on running album.pl: "Premature end of script"
Yes, I noticed the call on line 92, but I'm very new to perl (I'm a VB-er) so not sure what it meant.

I can only find one Perl interpreter. v5.8.4
I did try changing #!/usr/bin/perl, -- & -w as mentioned before in the Forum. But no luck.
You gave me an idea though...and I don't know why I didn't try this before..
If I run
"..# usr/bin/perl album.pl" at the command line, but as the user apache runs under, not as root, I get:
"Insecure dependency in require while running setuid at /usr/share/perl/5.8/Carp.pm line 55."
Clearly a perl or apache issue, not album.pl
I'll go through the article you mentioned, it looks helpfull.
And I need to do some reading on setuid it seems.
Thanks for the help.
A.