Ask a Question related to PERL Miscellaneous, Design and Development.
-
Matt Churchyard #1
Cgi.pm process POST & GET
Hello,
I am writing an application which passes a session id
around on the querystring. This works fine until I submit
a form, at which point the current session is dropped and a
new one is created.
I presume this is because CGI.pm only processes the POST data
and not the query string when its gets a POST request. Is there any
way of forcing CGI.pm to always process the query string?.
--
Thanks,
Matt
Matt Churchyard Guest
-
CFFILE upload error - The process cannot access the filebecause it is being used by another process
I get this error intermitently when trying to upload a file. <cffile action='upload' ... To make sure there was nothing wrong with the file, i... -
#37998 [Asn->Fbk]: Parent process lost MySQLi connection after child process gone
ID: 37998 Updated by: tony2001@php.net Reported By: dbs at is dot ua -Status: Assigned +Status: ... -
Win32::Process, SetProcessAffinityMask for an existing process =perl crash
Hi! Was planning to use Win32::Process to set the ProcessAffinityMask of some processes but this lead to pure and simple crash of perl.exe. ... -
Win32::Process Kill Process in Windows ME
Hello, I want to kill a Process in Windows ME, which I have started. I have executed the following lines in XP and it works. I execute this in... -
Problem: Process.GetProcessesByName : Couldn't get process information from remote machine
As part of an ASP.NET application, I am creating an Excel spreadsheet using my .NET component. On my machine (win2K) I always get a... -
Christian Winter #2
Re: Cgi.pm process POST & GET
"Matt Churchyard" <matt@userve.net> wrote:
[...]"perldoc CGI" explains how to do that, it's under the> I presume this is because CGI.pm only processes the POST data
> and not the query string when its gets a POST request. Is there any
> way of forcing CGI.pm to always process the query string?.
headline "MIXING POST AND URL PARAMETERS". The
short answer is: use url_param() instead of param()
to read the parameters given via GET in a mixed
request. But plz read the docs as well :)
HTH
-Christian
Christian Winter Guest



Reply With Quote

