In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] wrote:

> print FILE @rows . '\t;

why didn't you try 
    print FILE join("\t", @rows), "\n";
?

of course the dump method mentioned in the prev post is a good idea too 
;-)

-- 
Scott R. Godin            | e-mail : [EMAIL PROTECTED]
Laughing Dragon Services  |    web : http://www.webdragon.net/

Reply via email to