Help for this page

Select Code to Download


  1. or download this
      <config>
        <username>zxcvb</username>
        <password>zzzzz</password>
      </config>
    
  2. or download this
    use XML::Simple;
    
    my $config = XMLin();
    
    print $config->{username};