Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Getting query string with CGI::Fast

by Anonymous Monk
on Jul 28, 2020 at 07:42 UTC ( [id://11119886]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Getting query string with CGI::Fast
in thread Getting query string with CGI::Fast

Try it without the while loop and see what happens
  • Comment on Re^3: Getting query string with CGI::Fast

Replies are listed 'Best First'.
Re^4: Getting query string with CGI::Fast
by Anonymous Monk on Jul 28, 2020 at 08:55 UTC

    The counter does not increment when I use "if". I'm not exactly sure what the purpose of the counter is in the context of a web script. I'm totally new to FCGI. Should I be using "if" or "while"? What difference do they make after a response is received and despatched to subroutines?

      What is FCGI?

        Fast CGI as opposed to plain CGI which loads the interpreter and all the needed modules for every single request.

      If you're not constrained to using CGI, look at Dancer2. (or Mojo, whatever, we need a macro to suggest both simultaneously). CGI::SpeedyCGI is also an option for persistence in constrained environments. I know, it's old. You'd be surprised to hear who still uses it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11119886]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-24 11:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found