my $idx = index $line, " = ", 1; my $key = substr($line, 1,$idx); my $value = substr($line,$idx + 3);