in reply to Re^2: getting parts of the strings from a file into managable variables
in thread Help:getting parts of the strings from a file into managable variables
Although I'm starting to agree with the others that a real XML parser might be the way to go.my ($key, $value) = m{^\s*<([^>]+)>\s*(.*)<}i;
|
|---|