in reply to Re^2: I have a perl snippet. And I need help understanding it. Can you help answer these questions.
in thread I have a perl snippet. And I need help understanding it. Can you help answer these questions.
hey bud. So when I replaced the for loop exactly the way you have mentioned I get the following error.
Use of uninitialized value in numeric gt()) at logprocess.pl in line 119which is that loops line number where the for loop is at.
Also, can you please teach me how to print the value inside of a nested nested nested hash. THis one. I want to see the value of rxABC from? $obj->{$j}->{rxABC} I tried print "Found: $$obj->{$j}->{rxABC}" and it wont work. :(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: I have a perl snippet. And I need help understanding it. Can you help answer these questions.
by davido (Cardinal) on Nov 08, 2011 at 05:22 UTC | |
|
Re^4: I have a perl snippet. And I need help understanding it. Can you help answer these questions.
by aaron_baugher (Curate) on Nov 08, 2011 at 14:16 UTC |