Joe Schaefer wrote:
-1.  We need to fix cookies(), not fetch().  Patch cookies()
so it actually works as documented.
So instead of:

package Apache2::Cookie::Jar;
sub cookies { Apache2::Cookie->fetch(@_) }


package Apache2::Cookie::Jar;
sub cookies {

        my $cookies = Apache2::Cookie->fetch(@_);

        ## iffy to return based on documentation from $cookies and @_

}


--
------------------------------------------------------------------------
"Love is not the one you can picture yourself marrying,
but the one you can't picture the rest of your life without."

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com

Reply via email to