Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

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

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


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

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?

  • Comment on Re^4: Getting query string with CGI::Fast

Replies are listed 'Best First'.
Re^5: Getting query string with CGI::Fast
by Anonymous Monk on Jul 28, 2020 at 11:30 UTC
    What is FCGI?

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

Re^5: Getting query string with CGI::Fast
by perlfan (Vicar) on Jul 28, 2020 at 18:03 UTC
    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://11119889]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-25 14:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found