associative array not looking like I expect
[email protected]_strip_this_off ("P. S. Starkey") Thu, 25 Apr 2002 16:05:27 -0500
| Newsgroups | perl.scripts |
|---|---|
| Message-ID | <[email protected]> |
I have some perl script (shown below) and I am wondering why the associative
array being built ends up looking like the printout of the array as shown
after the code. I would have assumed the array entries would have been
shown in the same order they are put into the array but that is not
happening.
%Error=( Error=>"[$ciTDF{'#errval_V'}]: $ciTDF{'#errtext_V'}",
"Document Name"=>$ciTDF{'DOC_NAME_V'},
Revision=>$ciTDF{'DOC_REV_V'},
Desc=>"Issuing-could not index to vault",
Notes=>"Clean Vault Log");
DB<3> p %Error
Document NamePARRYTESTERR12NotesClean Vault LogError[142]: BCI Err : More
than one match for a record in the BEF input fileDescIssuing-could not index
to vaultRevision1