Re: Problem with my code for passing block
Yamadaえりな <[email protected]> Tue, 11 Jan 2022 17:17:58 +0800
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CADnCw13bKVF5KM_+cKfsLV4UqVXTYrGGz7OQzH8-1ySLppfLmA@mail.gmail.com> |
So, I would like to ask another question: Is it safe to pass function reference to the caller (mostly it's the method instantized from a class) in mod_perl development env? Or should I avoid using this style? Thanks.