in reply to Re^2: CGI problem: USING THE FUNCTION-ORIENTED INTERFACE (empty)
in thread CGI problem: USING THE FUNCTION-ORIENTED INTERFACE

It is unfortunate that the recent CGI changes didn't actually bother to address this problem.

Patches welcome.

To the original poster - you're referring to out of date documentation. Rule one (perhaps two) with perl - look at the latest documentation, because there's a lot of old, outdated, and bad advice out there. Latest CGI.pm docs are here

  • Comment on Re^3: CGI problem: USING THE FUNCTION-ORIENTED INTERFACE (empty)

Replies are listed 'Best First'.
Re^4: CGI problem: USING THE FUNCTION-ORIENTED INTERFACE (patches)
by tye (Sage) on Nov 19, 2015 at 11:08 UTC
    Patches welcome.

    Already submitted a patch to CGI.pm. Already had it rejected.

    The suggestion is spelled out quite clearly above and is nearly trivial to implement. If the maintainers like the idea, then they can implement it about as easily as they can review a patch request (and implement exactly to their taste rather than look at a patch that doesn't quite fit their taste). If they don't like the idea, then a patch request would just be a waste of my time and theirs.

    - tye        

      Already submitted a patch to CGI.pm. Already had it rejected.

      Can you point this out to me please and i shall look at it (possibly again if it was i who rejected it originally).

        RT-61396 or #76 on GitHub, maybe?
        ($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
Re^4: CGI problem: USING THE FUNCTION-ORIENTED INTERFACE (empty)
by PhillipHuang (Beadle) on Nov 19, 2015 at 16:23 UTC
    Thanks for your kindly reply. I find the old document by searching 'cpan cgi' keyword via google, which is listed on the top and make troubles. In the future, I will search via CPAN first, and then google.