foreach (@ini) { chomp($_); $i++ if $_ =~ m/path/ig; (undef,$startwith) = split("=", $_) if $_ =~ m/StartWithLastProfile/ig; (undef,$profil) = split("=", $_) if $_ =~ m/path/ig; }