in reply to Re: Print to specific line
in thread Print to specific line
We can either store the lines directly into an array (indexed with the output line numbers) and just print the way you did. Or store the lines into a hash, and sort the keys for printing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Print to specific line
by 1nickt (Canon) on Jun 23, 2015 at 18:01 UTC | |
by fishmonger (Chaplain) on Jun 23, 2015 at 18:46 UTC | |
by GotToBTru (Prior) on Jun 23, 2015 at 19:01 UTC | |
by Laurent_R (Canon) on Jun 23, 2015 at 19:03 UTC |