Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
    <requirement contactname="Joe Average">A power cord.</requirement>
    <requirement contactname="Jane Smith" contactnumber="555-1212">A node 
    +name</requirement>
    </xml>
    
  2. or download this
    $VAR1 = {
              'requirement' => [
                                 {
    ...
                                 }
                               ]
            };