Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
      'requirement' => [
    ...
        }
      ]
    };
    
  2. 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>
    
  3. or download this
    $VAR1 = {
      'requirements' => [
    ...
        }
      ]
    };
    
  4. or download this
    $VAR1 = {
      'method' => [
    ...
        }
      ]
    };