- or download this
$VAR1 = {
'requirement' => [
...
}
]
};
- or download this
use strict;
use XML::Simple;
...
<requirement contactname="Joe Average">A power cord.</requirement>
<requirement contactname="Jane Smith" contactnumber="555-1212">A node
+name</requirement>
</xml>
- or download this
$VAR1 = {
'requirements' => [
...
}
]
};
- or download this
$VAR1 = {
'method' => [
...
}
]
};