Re: definitely a POE::Wheel::ReadLine understanding problem....

2003-06-14 Thread Rocco Caputo
On Fri, Jun 13, 2003 at 08:01:16PM +0200, Bruno Boettcher wrote: > ok, > sorry bothering so much and beeing too dumb as it seems > > just to test (and maybe that would be a better code snippet (once > commented..) for the man page script is at the bottom of this > mail... > >

RE: definitely a POE::Wheel::ReadLine understanding problem....

2003-06-13 Thread Erick Calder
Bruno, just as a side comment, the inline_states => { method => \&method } can also be expressed as: package_states => [ "method" ] which allows for something like: package_states => [ qw/_start _stop got_input/ ] -Original Message- From: Bruno Boettcher [mail