$str = "\"ab\"cde\"fgh\""; foreach ( split ("\"" , $str ) ) { print "\"$_\" " if length ( $_ ) ; }