Search the web
Sign In
New User? Sign Up
class_cgi · Class::CGI
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 2 - 25 of 31   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2
Hi all, This group is for everyone who is interested in the further development of Class::CGI. If you're here, I assume you already know about the module. You...
publiustemp-classcgi@...
Send Email
Apr 27, 2006
6:54 am
3
... Thanks for creating Class::CGI. I think it will be very useful to me. So are you asking for people to implement the handlers in your post or to implement...
Brendan Leber
brendan_leber
Offline Send Email
Apr 27, 2006
5:13 pm
4
... Any handlers that folks want to take a stab at would be great. There is some more development which needs to occur to make this truly a robust, general...
publiustemp-classcgi@...
Send Email
Apr 27, 2006
7:24 pm
5
Hi all, I have a design question for "required" parameters. I need to provide support for them since virtually all forms have at least one required field....
publiustemp-classcgi@...
Send Email
Apr 27, 2006
10:16 pm
6
... <<snip>> I would lean towards using inheritance with the base class handling the common case of only one parameter. In my experience most of the CGI ...
Brendan Leber
brendan_leber
Offline Send Email
Apr 27, 2006
11:44 pm
7
... Hi Brendan, That's interesting because the class you volunteered to write, Class::CGI::Business::CreditCard could very well use "virtual" parameters :)...
publiustemp-classcgi@...
Send Email
Apr 28, 2006
1:40 am
8
... I like the first approach better, because it keeps Class::CGI better decoupled from parameter handling. Consider Class::CGI::PostalAddress. This handler...
A. Pagaltzis
a22pag
Offline Send Email
Apr 28, 2006
8:16 am
9
Thanks for the feedback Aristotle. ... <snip> ... After thinking about this and reading what else you wrote, I'm swayed by your arguments. Since this software...
publiustemp-classcgi@...
Send Email
Apr 28, 2006
5:36 pm
10
... <snip> ... So far no one has commented on this (though I could just be impatient). I'd love to get another version out today, but I'd rather wait until I ...
publiustemp-classcgi@...
Send Email
Apr 29, 2006
2:21 pm
11
On 4/29/06, publiustemp-classcgi@... <publiustemp-classcgi@...> ... I haven't done any work with Class::CGI yet, but it looks like a useful, ...
Mark Badolato
badolato05
Offline Send Email
Apr 29, 2006
3:30 pm
12
... … or your commenters lazy. :-) It’s a bit of the old issue: fewer people will read code than prose, because code hides intent between the lines. I’ll...
A. Pagaltzis
a22pag
Offline Send Email
Apr 29, 2006
4:09 pm
13
Hi all, I'll be out of town for a couple of days and won't be checking my email, but in the meantime, here are a couple of ideas to chew over. Eventually...
Ovid
publiustemp-classcgi@...
Send Email
Apr 30, 2006
4:48 pm
14
... ^ stick a `scalar` in there, else you'll have a nasty surprise; or better, use another nested anonymous array ... It's a bit confusing, IMO; you'll have to...
A. Pagaltzis
a22pag
Offline Send Email
May 4, 2006
6:51 pm
15
Hi Ovid, ... why does Class::CGI have to inherit from CGI::Simple? And if it does, is there maybe a way to abstain from parsing POST data and instead letting...
A. Pagaltzis
a22pag
Offline Send Email
May 7, 2006
1:54 am
16
Now that my work permit for the UK has been approved, much of my week has been spending working on my "entry clearance" paperwork and frantically trying to get...
Ovid
publiustemp-classcgi@...
Send Email
May 7, 2006
9:58 pm
17
Hi all, With the release of the latest Class::CGI, I've updated Class::CGI::DateTime and added Class::CGI::Email::Valid. The latter module uses Email::Valid...
Ovid
publiustemp-classcgi@...
Send Email
May 7, 2006
10:38 pm
18
... I've started to write a justification for this decision, but it sounded like I was getting defensive, so I stepped back a bit and thought about it. I...
Ovid
publiustemp-classcgi@...
Send Email
May 8, 2006
12:07 am
19
... In a similar vein, is there any reason this is web form specific? There are many other instances in perl programming where you get back a hash of values...
Clayton Scott
xetnpac
Offline Send Email
May 8, 2006
3:13 pm
20
... While that sounds interesting, I'm not sure of what such an interface would look like. It's certainly outside the scope of what I have been looking for,...
Ovid
publiustemp-classcgi@...
Send Email
May 11, 2006
1:57 am
21
Hi all, As previously mentioned, I considered delegation instead of inheritance. This makes it trivial to support CGI::Simple, CGI, Isotope (not yet...
Ovid
publiustemp-classcgi@...
Send Email
May 11, 2006
2:00 am
22
... If there’s a way to pass in a CGI-like object as well as a way to get the object back out, then that’s enough. You either just call methods on whatever...
A. Pagaltzis
a22pag
Offline Send Email
May 11, 2006
10:34 am
23
Hello Does this module work with mod-perl?...
Praveen Ray
praveenray
Offline Send Email
Jan 31, 2007
2:34 am
24
... I've not yet tested it with mod_perl, but I don't see why not. Still, it really needs to change from an inheritance model to a dispatch model to make it...
Ovid
publiustemp-classcgi@...
Send Email
Jan 31, 2007
7:18 am
25
I was wondering if it'll try to load CGI.pm module even under mod-perl? I should probably just try using it and examine the modules loaded? There is no need to...
Praveen Ray
praveenray
Offline Send Email
Feb 1, 2007
10:48 pm
Messages 2 - 25 of 31   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help