i'd like to split string with two or more ">", split function should brake string in first ">" and others put to second sting in list.
i try
$text = "tobash> hubba -> http://nonexists100101.net";
@op = split(/>{1}/, $text);
but split still breaks in every ">"