perl-data-structures
How to access elements in this data structure?
I have a variable called $ip_data and when I do \'print $ip_data;\' it shows something like this: ARRAY(0x3c353cc4);[详细]
2023-04-10 07:28 分类:问答generating hash table using perl script
I am trying to create hash table using perl. plea开发者_如何学运维se can help me because i am begginer to perl and i am reading but i am not able to implement. i need to create hash table from below c[详细]
2023-04-09 22:04 分类:问答Perl multi-dimensional table with headers
I\'m trying to implement a multi-dimensional table with headers. Here\'s an example for 2D: < dimension1 >[详细]
2023-04-08 04:22 分类:问答Algorithm Efficiency Improvement
First I would like to apologize if this question has been asked.It is difficult to search for the answer w/o finding how to create arrays of hashes and hashes of arrays....[详细]
2023-04-07 17:10 分类:问答how to have hash of list in perl
Sorry for this syntax question. I fail to find the solution. I开发者_开发技巧 want to have an array of hashs in perl, each of them has string and array.[详细]
2023-04-07 06:40 分类:问答Getting data out of perl hash structure?
I\'m trying to modify existing perl script to support geocoding. Found this module for it: http://metacpan.org/pod/Geo::Coder::Google[详细]
2023-04-05 02:46 分类:问答Perl Working On Two Hash References
I would like to compare the values of two hash references. The data dumper of my first hash is this:[详细]
2023-04-05 00:36 分类:问答I am converting a json file returned from the server into perl data structures
I am able to convert a hard coded json string into perl hashes however if i want to convert a complete json file into perl data structures which can be parsed later in any manner, I am gettingthe foll[详细]
2023-03-30 05:49 分类:问答Going through a Hash of Hash in Perl?
When I try to deference the stored reference (which is set up in the extract Tripwire/get Data subroutines) and convert it back to a hash(in the Compare subroutine), ie %hash = %{$DataHash{$key}};, an[详细]
2023-03-28 22:46 分类:问答how to get the stat information for war file using perl
I have Perl script that gets stat information for a given file. But it does not work for .war file. (This file has symbolic link.)[详细]
2023-03-26 09:48 分类:问答
加载中,请稍侯......