Marc Lehmann <[EMAIL PROTECTED]> wrote
> As I read the documentation, Event->io should accept a GLOB
> reference as argument, but I cannot get this to work (it only works
> with some glob references, e.g. ones created by IO::Handle):

In your example, you have a glob, not a glob reference.   They're
different things.

Though it would be good practice if Event accepted globs as well as
glob refs, in the same way as most other IO stuff does.


Mike Guy

Reply via email to