Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'Last' => 'Smith',
              'First' => 'John',
            };
    
  2. or download this
    print XMLout($hashref);
    
  3. or download this
    <opt Last="Smith"
         First="John" />
    
  4. or download this
    <opt>
        <Last>Smith</Last>
        <First>First</First>
    </opt>