rbaldwin has asked for the wisdom of the Perl Monks concerning the following question:
My perl has become rusty and i'm struggling with this.
how do i get at the data in my variable $info i've provided the result Dumper output?
for instance how would i get at the username key?
print Dumper($info); $VAR1 = { 'table' => [ [ 'CredSMB.168', '168', '1', 'Customer.1', '', 'BNS-NA-CA-SMB-SCGLOBAL', '3', 'SCGLOBAL', 'ip360scglobal' ] ], 'columns' => [ 'REFERENCE', 'id', 'type', 'customer', 'notes', 'name', 'authAlgorithm', 'domain', 'userName' ] };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: help me interpret Dumper output.
by toolic (Bishop) on Oct 08, 2009 at 15:15 UTC | |
|
Re: help me interpret Dumper output.
by SuicideJunkie (Vicar) on Oct 08, 2009 at 15:28 UTC | |
by rbaldwin (Novice) on Oct 08, 2009 at 16:04 UTC | |
|
Re: help me interpret Dumper output.
by kennethk (Abbot) on Oct 08, 2009 at 15:23 UTC | |
|
Re: help me interpret Dumper output.
by planetscape (Chancellor) on Oct 08, 2009 at 21:14 UTC | |
|
Re: help me interpret Dumper output.
by jethro (Monsignor) on Oct 08, 2009 at 15:24 UTC |