morpheous1129 has asked for the wisdom of the Perl Monks concerning the following question:
(
:netobj (netobj
: (objectnameishere
:DAG (false)
:add_adtr_rule (false)
:cp_products_installed (false)
:data_source (not-installed)
:enforce_gtp_rate_limit (false)
:firewall (not-installed)
:floodgate (not-installed)
:gtp_rate_limit (2048)
:ipaddr (10.1.1.1)
:type (host)
:IPSec_main_if_nat (false)
)
)
)
GetObjects("objects.C"); # Create the Object Hash;
my $line = GetKey('netobj');
foreach (keys(%{$line})) {
print "$_\n";
}
Here is the bucket details:
GetObjects("objects.C"); # Create the Object Hash;
my $line = GetKey('netobj');
print scalar(%{$line}) . "\n";
Thanks everyone in advance!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Limitation of extra large hash
by BrowserUk (Patriarch) on Apr 02, 2009 at 16:02 UTC | |
by morpheous1129 (Initiate) on Apr 02, 2009 at 16:30 UTC | |
|
Re: Limitation of extra large hash
by almut (Canon) on Apr 02, 2009 at 15:40 UTC | |
|
Re: Limitation of extra large hash
by cdarke (Prior) on Apr 02, 2009 at 16:00 UTC | |
by codeacrobat (Chaplain) on Apr 02, 2009 at 19:20 UTC | |
|
Re: Limitation of extra large hash
by Limbic~Region (Chancellor) on Apr 02, 2009 at 19:08 UTC | |
|
Re: Limitation of extra large hash
by ambrus (Abbot) on Apr 02, 2009 at 18:44 UTC | |
|
Re: Limitation of extra large hash
by morpheous1129 (Initiate) on Apr 05, 2010 at 23:34 UTC | |
|
Re: Limitation of extra large hash
by ELISHEVA (Prior) on Apr 02, 2009 at 19:14 UTC |