hello everyone,
I have a simple question.
I have a string that looks like this :
<counter id="183268" since="SDOPERFV16" aggr="Sum"
name="pcmTcuFaultOutOfService"/>
and I would like to store the values for id and name in two different
variables.
I know how to do it using regexp.
But the way I do it is done using several lines of code.
I'm sure there's a way to do it with one line.
Does anyone have an idea on ow to do it?
Thx
PS: I'm a total newbie...
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>