Ask a Question related to Perl / CGI, Design and Development.
-
veerubiji #1
translate xml file into hash table using perl
Hi,
i have large xml file which contains lot of information about tests and test discription. i want to convert xml file into hash table using perl. can any body help me how to do this.
my data like this
<data>
<number>1</number>
<details>reson for this test</number>
<discription>how to rectify</number>
</data> .
thanks in advance.
Junior Member
- Join Date
- Sep 2011
- Location
- london
- Posts
- 1
-
ANNOUNCE: Language::Zcode v0.8 (Translate Z-code files to Perl)
Z-code is the machine language for the Z-machine, the virtual machine that the Infocom text adventure games (among others) run on. Language::Zcode... -
Passing Hash table to function?
I have a hash table which contains values like my %enumerations = ( #mystat mode 'edcf' => '1', 'hcf' => '2', #admin state 'disable' => '0',... -
Distributing an array of hash refs across a table?
I have a cgi script that polls a SQL database and prints out reports. some of the reports have more columns then others. I assume (yes I know... -
[PHP-DEV] hash table question
For my upcoming improvement of interbase.c, which features asynchronous handling of events posted in the database, I need to maintain a per-link... -
Perl - how to compute totals via hash request
Dear Perl Gurus, I have a tab delimited log file that contains data of system downtimes. It has 4 fields namely ID, type of downtime (whether...



Reply With Quote

