On Thu, 25 Dec 2003, Stijn DM wrote:

> I installed a script called "megauploader" successfully and did some layout
> work in the php documents
> to fit it to my own needs.
> 
> Now I also would like to change the layout in the progress bar window. The
> problem
> is that this is a CGI document and I am somewhat inexperienced in Perl.
> 
> Each time I make a modification in the CGI file (using a text editor) and I
> save it, I get a Internal
> Server Error. I think because of the fact that I didn't compile the original
> script to a new cgi file.
> 
> Is there any way that I can modify the cgi files or that I can compile the
> perl
> files to cgi again? This might seem a really dumb question, but as I said,
> I'm new on the issue.



When you modify a program, you have to modify it so that the
"Perl" recompiles correctly.

I suggest that you are making an incorrect "Perl" statement when you
change the script.

Why don't you post the lines you want to change, and the lines after you
changed them. maybe someone can tell you the error of your ways.

Also it would be helpful if you had Perl installed on your computer for
testing or even learning perl.

If you had perl you could say
        "perl -c megauploader.cgi" to see if it will still compile before
you put it on the server.

Good luck



Owen



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to