Need help with script

From: PerlDiscuss - Perl Newsgroups and mailing lists (jupiterlook_at_yahoo.com)
Date: 09/29/04


Date: 29 Sep 2004 13:25:09 -0000
To: beginners@perl.org

I have a file with the following format

Object1
"Description1"

Object2
"Description"

Object3
"Description"

I would like the output in the following format
object1<...tab....>Description1
object2<...tab....>Description2
object3<...tab....>Description3

Thanks