in reply to Re^3: foreach in HoHoA problems
in thread foreach in HoHoA problems
Then do "c" (continue), and it will stop if/when it gets to any breakpoint. If the script has "use Data::Dumper", you can do "p dumper( $ref_variable )" to see how (some portion of) your data structure looks at that point.
And that is just the tip of the iceberg.
|
|---|