Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: CGI::Tiny versus undefined parameter/form field

by Polyglot (Chaplain)
on Dec 12, 2022 at 15:29 UTC ( [id://11148787]=note: print w/replies, xml ) Need Help??


in reply to Re: CGI::Tiny versus undefined parameter/form field
in thread CGI::Tiny versus undefined parameter/form field

Yes, I think you are correct: CGI::Tiny is fundamentally different. It won't work for me. Believe it or not, I have used (or tried to) CGI::Simple before. It won't work on my Mac, which is where I develop. So "Simple" didn't live up to its name for me.

I don't use CGI for much, actually. I use it for the form inputs, and that's about it. So if that is not the portion of its codebase that landed it on the "deprecated" list, I guess I should be fine. In any case, for now at least, I've given up on the CGI::Tiny. It's a tool for someone else. I'm back to good old CGI. One thing that irritated me with CGI is that it only recognizes the "name" attribute of an element, and not its "id". But I guess I can live with assigning both, one for the JS, and one for the CGI. It just seems a shame to have to repeat so many names--fattens the code, and uses more bandwidth.

Blessings,

~Polyglot~

Replies are listed 'Best First'.
Re^3: CGI::Tiny versus undefined parameter/form field
by pryrt (Abbot) on Dec 12, 2022 at 15:41 UTC
    It won't work on my Mac, which is where I develop. So "Simple" didn't live up to its name for me.

    I find that hard to believe, given the green Darwin column in cpantesters report, unless the test suite is not sufficient. But since I don't have a Mac (and haven't used one since they looked like this), I won't be any help in that regard.

      Well, I have an older Mac, and too much on it to dare trying to upgrade. My Perl version is 5.12--and from the chart you linked, CGI::Simple is compatible with 5.16 at the earliest. I guess that's the deal right there.

      Blessings,

      ~Polyglot~

        "My Perl version is 5.12--and from the chart you linked, CGI::Simple is compatible with 5.16 at the earliest."

        This isn't the case. What you're seeing is that the volunteers who have their cpan client setup to submit results to cpantesters don't have coverage of versions below 5.16 on that platform.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (7)
As of 2024-04-19 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found