-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tim Klein wrote:
| The create() command does have
| a "heap" parameter, but the POE::Session synopsis says that that
| parameter is for changing the heap's internal representation.

sure it does. heap is an empty 'thing' when a poe session is created. it
can be an array, a hash, even a fricken typeglob reference if you really
want it to be. with the exception of a few cpan components who play with
your heap, poe itself leaves your heap alone. it is yours to play with.
so feel free to do anything you want to that heap parameter. if you like
hashs, send it heap => { mydata => 'shiny' }. $_[HEAP] in your callbacks
will be a hash featuring a mydata key. yay :)

- --
sungo
http://eekeek.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFCS5qS5xrCYZCVAioRAsptAKC275GumgrkJb3anUcwTWUNmI4xnwCfTOWS
4yMbfeesRecX8QcpyKcQA3M=
=lcRD
-----END PGP SIGNATURE-----

Reply via email to