On Thu, 14 Sep 2000, Geoffrey Young wrote:
i was using:
> - my $notes = $r->notes;
> - my $pnotes = $r->pnotes;
you suggested:
> + my $notes = $r->prev->notes || $r->notes;
> + my $pnotes = $r->prev->pnotes || $r->pnotes;
neither of those worked for me. did they work for you?
--
brian d foy <[EMAIL PROTECTED]>
Director of Technology, Smith Renaud, Inc.
875 Avenue of the Americas, 2510, New York, NY 10001
V: (212) 239-8985
- does notes() work with custom_response()? brian d foy
- RE: does notes() work with custom_response()? Geoffrey Young
- RE: does notes() work with custom_response()? brian d foy
- RE: does notes() work with custom_response()? Geoffrey Young
- RE: does notes() work with custom_response()? brian d foy
- RE: does notes() work with custom_response()... Doug MacEachern
- RE: does notes() work with custom_response()? Geoffrey Young
- Apache::ASP Gael Pegliasco
