> I'm using the following command to output the results to screen and a 
> output file:
> 
> open(F,"tee $2 @ARGV[0].txt >CON:");
> 
> This works great but the output file created <filename>.txt 
> has a "box" 
> ascii character. Looks like a carraige return also.
> How can I remove this?

This sounds like an interesting problem... Could you post some more code
please? Where do you get $2 from?

Cheers,

 -dave



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to