in reply to Re^3: 500 Internal server error
in thread 500 Internal server error
the process is like this, user requests a cgi script with a pdf file name, my script grabs the file name, then passes the file name to a .pl script as an argument, and my .pl script scraps the pdf, generates the required data in csv file, and then, displays the location of csv file on browser
user then calls my url "http://my.server.name/cgi-bin/Output/Waybill/waybills01_29_14.csv"
all the directories are in cgi directory
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: 500 Internal server error
by Anonymous Monk on Feb 06, 2014 at 11:41 UTC | |
by sachinz2 (Acolyte) on Feb 06, 2014 at 11:52 UTC | |
by sachinz2 (Acolyte) on Feb 06, 2014 at 13:42 UTC |