thanks! I'll check it out when I get time
On Mar 23, 2012, at 7:34 AM, Ilya A. Chesnokov via RT wrote:
Show quoted text> Fri Mar 23 08:34:53 2012: Request 76002 was acted upon.
> Transaction: Ticket created by ichesnokov
> Queue: Acme-Homer
> Subject: woohoo STDERR "whatever";
> Broken in: v0.0.2
> Severity: Normal
> Owner: Nobody
> Requestors: ilyuha1@mail.ru
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=76002 >
>
>
> Hi!
>
> If you want to use 'woohoo STDERR "whatever";' syntax, then you probably
> can add these lines to Acme::Homer:
>
> use IO::Handle;
> no strict 'refs';
> *{IO::Handle::woohoo} = sub { goto \&IO::Handle::print };
>
> It works for modern perl versions (at least for 5.12), but don't know how
> will it work for older versions.