Re: :SSH (How to split value returned by a system command)

2005-02-03 Thread Jay
On Thu, 3 Feb 2005 02:09:53 +0100, Babale Fongo [EMAIL PROTECTED] wrote: It is a bit weird, but I could workaround it by first joining the value, and splitting it thereafter: @splitted = split /\s+/, join , @found; Thanks anyway... ||-Original Message- ||From: Babale Fongo

RE: :SSH (How to split value returned by a system command)

2005-02-02 Thread Babale Fongo
It is a bit weird, but I could workaround it by first joining the value, and splitting it thereafter: @splitted = split /\s+/, join , @found; Thanks anyway... ||-Original Message- ||From: Babale Fongo [mailto:[EMAIL PROTECTED] ||Sent: Wednesday, February 02, 2005 11:59 PM ||To: