Paul J. Lucas ([EMAIL PROTECTED]) said something to this effect on 01/30/2001:
>       Perhaps I've missed it, but is there a better way than the
>       "notes" mechanism to pass data among handlers?
> 
>       The "notes" mechanism not only requires the notes to be
>       scalars, but, apparantly, said scalars must also be simple
>       strings, i.e., no binary data crammed into a scalar.
> 
>       Better ideas?  Odds of enhancing the "notes" mechanism?

Paul,

Use pnotes rather that notes; it let's you pass arbitrary Perl
data structures around. The only caveat about pnotes is that you
can't share data with non-Perl handlers like you can with notes.

(darren)

-- 
...but what is ideology but the rationalisation of a vested interest?

Reply via email to