Home > Archive > PERL POE > June 2005 > Can POE::Kernel->call() accept just one argument?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Can POE::Kernel->call() accept just one argument?
|
|
| Tim Klein 2005-06-08, 9:04 pm |
| Referring to this section of the POE::Kernel documentation...
http://search.cpan.org/~rcaputo/POE...chronous_Events
The text shows that the call() method takes either 2 or 3 arguments.
But the example in the gray box below that shows it being called with
only one argument. Is that single-argument call actually legal? If
so, maybe the docs should be tweaked? :-)
Tim Klein
Dallas, Texas
| |
| Rocco Caputo 2005-06-08, 9:04 pm |
| On Thu, Feb 03, 2005 at 02:42:38PM -0600, Tim Klein wrote:
> Referring to this section of the POE::Kernel documentation...
> http://search.cpan.org/~rcaputo/POE...chronous_Events
>
> The text shows that the call() method takes either 2 or 3 arguments.
> But the example in the gray box below that shows it being called with
> only one argument. Is that single-argument call actually legal? If
> so, maybe the docs should be tweaked? :-)
The documentation was wrong, but now it's fixed. Thanks for spotting
the error. :)
--
Rocco Caputo - http://poe.perl.org/
| |
| Tim Klein 2005-06-08, 9:04 pm |
| > > Referring to this section of the POE::Kernel documentation...
>
>The documentation was wrong, but now it's fixed. Thanks for spotting
>the error. :)
>
>--
>Rocco Caputo - http://poe.perl.org/
Cool, thanks for fixing it!
Tim Klein
Dallas, Texas
|
|
|
|
|