Author |
Message |
Topic: How do I open an image with my perl script? |
kopf1988
Replies: 7
Views: 21123
|
|
Umm... I'm trying to explain what I want to do as simply as I can....
I want the script to find the image, store it on the server the script is on, then send it from the server to the browser.
I d ... |
Topic: How do I open an image with my perl script? |
kopf1988
Replies: 7
Views: 21123
|
|
That tells the client computer to get it though, is it possible to have the server that the script is on to get the image, then send it to the browser? |
Topic: How do I open an image with my perl script? |
kopf1988
Replies: 7
Views: 21123
|
|
I wanna open an image directly through my script, and not send the clients browser after. The print "Location: ....... thing doesn't work right. Is it possible to open the image through the server on ... |
Topic: error- 405 Method not allowed |
kopf1988
Replies: 9
Views: 23241
|
Forum: Perl Posted: Sun Jun 01, 2003 11:19 pm Subject: .. | |
|
OK, I opened it through perl through MS-DOS and I figured out there was something wrong with the-
print <<END;
...
END
part of the file. I commmented the print and end and put the whole thi ... |
Topic: error- 405 Method not allowed |
kopf1988
Replies: 9
Views: 23241
|
Forum: Perl Posted: Sun Jun 01, 2003 10:52 pm Subject: . | |
|
This is my new script that gets a 500 error-
I have also tried to change the #! to #!C:\Perl\ also. Then I tried it without any of the #!(i have the complier set in the server so that should work too ... |
Topic: error- 405 Method not allowed |
kopf1988
Replies: 9
Views: 23241
|
|
Now i am getting a 500 error... |
Topic: error- 405 Method not allowed |
kopf1988
Replies: 9
Views: 23241
|
|
I know I have CGI setup right. I have / as one of the CGI thingys so it can execute CGI scripts anywhere.
but I still get that error whenever I use this script(even if I have the #! thing included)-
... |
|