$str = "hello=this=is=a=nice=sentence=with=many=equation=signs"; #### @splitted = ( 'hello=this', 'is=a', 'nice=sentence', 'with=many', 'equation=signs' );