|
From: Chris M. <Chr...@te...> - 2002-08-22 04:06:10
|
Maybe I'm just revealing my own ignorance here, but can anyone tell me about
what is in $class and $p?
as in:
sub handler {
my $class = shift;
my $p = shift;
my $R = OpenInteract::Request->instance;
...
}
Thanks, and sorry if this is a dumb question.
Chris McDaniel
|