in reply to Re: Getting query string with CGI::Fast
in thread Getting query string with CGI::Fast
Thank you so much for your explanation on the "while" vs "if" condition and for your beautiful code - as someone who writes procedural code, I never quite get round to switching to object-oriented. Will try to learn (and adapt) from yours.
I have a question about persistence. Suppose the module Myapp uses other modules, are these other modules also stored in memory so they are not loaded for every request?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Getting query string with CGI::Fast
by hippo (Archbishop) on Jul 28, 2020 at 10:21 UTC | |
by Anonymous Monk on Jul 28, 2020 at 12:08 UTC | |
by hippo (Archbishop) on Jul 28, 2020 at 12:36 UTC | |
by Anonymous Monk on Jul 28, 2020 at 14:54 UTC | |
by davido (Cardinal) on Jul 28, 2020 at 15:32 UTC | |
|