in reply to Re^5: Help choosing the most efficient, dependable condition(al)
in thread Help choosing the most efficient, dependable condition(al)
Then the answer is simple; they can all eat shi...
Seriously tho; points well taken.print "content-type: stinky/poo; charset=bad":
But I have to tell you, I really struggle with all the abstraction; "CGI->param()", for example. I'm not a fan of CGI.pm. I'm not sure it's as quick, nor do I think that not having to remember things, is necessarily a "good thing(tm)".
I say struggle, because I realize that using all these Modules really can speed up development. But I also recognize that they all add overhead. They can also make diagnosing strange issues that might crop up, harder to find.
I realize, it's all about balance. So I guess what I'm trying to say is; I'm still not sure where the perfect balance lies.
Best wishes Your Mother, and thank you again for your reply
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
|---|