Hi Everyone,

I think that this is a good idea ( use regular expresion ):

$str = "perl editor free blind accessible";
$str =~ s/^(.*?\s.*?)\s(.*?)\s(.*?\s.*?)$/$1\n$2\n$3\n/i;
print $str;

To make this you have of course other-s way use split and others things.

Best Regards,
Boris Penchev

Reply via email to