Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'Dev' : {
    ...
                            }
                }
        };
    
  2. or download this
    
    use XML::Simple;
    ...
    $data = $xml->XMLin("/home/nager.xml");
    
    print "$data->{Dev}->{VeCog}->{Operations}->{C}->{Value}\n";
    
  3. or download this
    A:1
    B:10
    C:100
    D:1000