Help for this page
my @temp = split(/=/, $str); push @splitted, join("=", splice(@temp,0,2)) while @s;