cgi
cgi script is not executing
I have a perl.cgi file which has the content: #!/usr/bin/perl print \"Content-type: text/html\\n\\n\";[详细]
2023-04-06 09:27 分类:问答Image will show in Firefox, but not in chrome
I\'m having a problem where tags are being misinterpreted in chrome but not in Firefox. I have a cgi script which generates an image and a link to the image.[详细]
2023-04-06 04:06 分类:问答Make a redirect page that takes the user to one of the 5 forms (has to be random)
So I am learning CGI programming with Python and i need to create some forms that ask input from the users and use the input to display开发者_Go百科 some results. I will have to create five different[详细]
2023-04-06 01:22 分类:问答Why does CGI::Session new and load fail ( couldn't thaw() )?
I tried using the CGI::Session Library but for some reason my code won\'t keep a persistant session ... this is using Perl Moose for OOP, and is using Moose builders to instantiate the _cgi and _sss ([详细]
2023-04-05 17:18 分类:问答Grab Form Data Via Python
I\'m looking to grab the form data that needs to be passed along to a specific website and submit it.Below is the html(form only) that I need to simulate.I\'ve been working on this for a few hours, bu[详细]
2023-04-05 08:26 分类:问答Encode cgi scripts UTF-8 or not?
I have been encoding all my website to UTF-8 after reading about the basics of encoding and character sets and all that stuff.[详细]
2023-04-05 06:43 分类:问答Multipart upload form: Is order guaranteed?
It appears that when I use an html form to make a \"Content-Type: multipart/form-data\" POST request, the fields always appear in the order in which they are listed in the HTML.In practice, do all bro[详细]
2023-04-05 05:33 分类:问答Mono hangs when called from a CGI script
I have a program written in C# which I need to call from a CGI script. When I call the program from either a python or bash CGI script:[详细]
2023-04-05 02:43 分类:问答In Perl, how do I send CGI parameters on the command line?
Normally i get the data from a webpage but i want to send it from the command line to facilitate debugging.[详细]
2023-04-04 18:29 分类:问答Help on script, link to file from different sub-folder
I\'d really like some help on this, a PERL-CGI script (complete working script is below). How can I add the server\'s root folder (folder_f) to this:[详细]
2023-04-04 12:04 分类:问答