here is the sample input file
<?xml version="1.0" ?> <!DOCTYPE config SYSTEM "fefm_config.dtd"> <config> <server name="example_only" active="true"> <fe_logs_unc>\\corp.dummy.com\dev\General_CIFS_Workspa +ce\MobileTest\dev\fe_logs</fe_logs_unc> <fe_shts_unc>\\corp.dummy.com\dev\General_CIFS_Workspa +ce\MobileTest\dev\fe_shts</fe_shts_unc> <fe_archive_unc>\\corp.dummy.com\dev\General_CIFS_Work +space\MobileTest\dev\fe_arc</fe_archive_unc> <nas_repository_unc>\\corp.dummy.com\dev\General_CIFS_ +Workspace\MobileTest\dev\nas_rep</nas_repository_unc> <nas_archive_unc>\\corp.dummy.com\dev\General_CIFS_Wor +kspace\MobileTest\dev\nas_arc</nas_archive_unc> </server> <mod_minutes>0</mod_minutes> <purge_days_remote>30</purge_days_remote> <purge_days_central>30</purge_days_central> <variables> <variable> <name>email_report</name> <value>duser@dummy.com</value> </variable> <variable> <name>email_alert</name> <value>duser@dummy.com</value> </variable> <variable> <name>copy_retry_count</name> <value>3</value> </variable> <variable> <name>move_retry_count</name> <value>3</value> </variable> <variable> <name>sht_summary_unc</name> <value>\\corp.dummy.com\dev\General_CIFS_Workspace\M +obileTest\dev\sht_sum</value> </variable> <variable> <name>stop_time</name> <value>02:00</value> </variable> <variable> <name>mail_server</name> <value>intmail.dummy.com</value> </variable> <variable> <name>mail_sender</name> <value>duser@dummy.com</value> </variable> <variable> <name>pause_length</name> <value>10</value> </variable> </variables> </config>

In reply to Re: XML::Simple ForceArray by dev2dev
in thread XML::Simple ForceArray by dev2dev

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.