Re: merging the columns

2008-01-24 Thread Onur Sirin
Thank you so much Jeff, It works! Best regards, Onur Jeff Pang wrote: -Original Message- From: Onur Sirin <[EMAIL PROTECTED]> i get the following error: Use of uninitialized value in scalar chomp at xxx.pl line 12. Use of uninitialized value in concatenation (.) or string at

Re: merging the columns

2008-01-24 Thread Onur Sirin
Jeff Pang wrote: -Original Message- From: Onur Sirin <[EMAIL PROTECTED]> Sent: Jan 24, 2008 10:50 PM To: Jeff Pang <[EMAIL PROTECTED]> Cc: beginners@perl.org Subject: Re: merging the columns What if is there another file (fh3) to merge with fh1 and fh2? How s

Re: merging the columns

2008-01-24 Thread Onur Sirin
tput: _aaa bbb xxx _Second command's output: _ccc ddd yyy How can i merge these outputs like aaa ccc bbb ddd xxx yyy -- Jeff Pang [EMAIL PROTECTED] http://home.arcor.de/jeffpang/ -- Onur Sirin IT Department, Systems Specialist Sabanci University Phone : +90.216.483 9202 Fax : +90.216.483 9186 e-mail: [EMAIL PROTECTED]

merging the columns

2008-01-24 Thread Onur Sirin
Hi all, i have two snmp-walk commands and i want to merge its output in one file. For example, _First command's output: _aaa bbb xxx _Second command's output: _ccc ddd yyy How can i merge these outputs like aaa ccc bbb ddd xxx yyy Thanks, Onur -- Onur Sirin IT Department, Systems