in reply to Re^2: TreeDumper Parser / Inverse?
in thread TreeDumper Parser / Inverse?
This is very silly. Just writemy $parse_next_line = sub { my $line = shift @lines; ... }; $parse_next_line->() while @lines;
foreach my $line (@lines) { ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: TreeDumper Parser / Inverse?
by jimpudar (Pilgrim) on Aug 09, 2017 at 15:34 UTC |