Hi Steve,
On Sun, Jan 24, 2010 at 11:14:31PM +0000, Steve Kemp wrote:
> On Thu Jan 21, 2010 at 11:08:39 +0100, Guido G??nther wrote:
> 
> > Failed to run filter: No such file or directory at /usr/bin/chronicle line 
> > 2000.
> >      #  Run the command, reading stdout.
> >      #
> > -    open( FILTER, "$cmd|;utf8" ) or
> > +    open( FILTER, "$cmd|" ) or
> 
>   This will work, but means that any non-Latin characters will be lost.
> 
>   Can you please try running the sample program attached, and reporting
>  the output?  That should be sufficient to tell me which alternative
>  I should adopt.
Here's the output:

$ perl test.pl
1.  Open a pipe, normally
        group
        motd
2.  Open a pipe, set the mode
        group
        motd
3.  Open a handle.
        group
        motd
4.  Open a handle.  binmode
        group
        motd
5.  Last ditch.
        group
        motd

Cheers,
 -- Guido



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to