On Tue, 2006-08-29 at 21:23 +0800, Sayed, Irfan (Irfan) wrote:
> my @vob_path = split(/ /, $vob_list); where $vob_list contains the

I am not crash hot on the split yet, but try

split( /\s+/, $vob_list )


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to