Ok, so, yes, I know how to format output using format STDOUT.... What I'm looking to do here is to format the screen into subsections, and redirect output to each section independantly without X11 or any outer gui, so that a user with telnet is A-ok; kind of reminiscent of a tn3270 session into a MVS system... Such as this:
[tt]
|=================================================|
| $sectionA | $sectionB |
|=================================================|
| HEADER CAUSE THIS HAS COLUMNS |
| $sectionC |
| this is a split list using format |
| and should not cause any of the info to go off |
| the screen due to length, but should scroll up |
| if it gets too long, like a scroll list... |
|=================================================|
[/tt]
I don't want to use temp files, and there has to be a
way to do this without using such.
Please help! Thanks in advance,
mg9176
____________________________________________________
Perl ain't coding; Perl's more intelligent than that
[tt]
|=================================================|
| $sectionA | $sectionB |
|=================================================|
| HEADER CAUSE THIS HAS COLUMNS |
| $sectionC |
| this is a split list using format |
| and should not cause any of the info to go off |
| the screen due to length, but should scroll up |
| if it gets too long, like a scroll list... |
|=================================================|
[/tt]
I don't want to use temp files, and there has to be a
way to do this without using such.
Please help! Thanks in advance,
mg9176
____________________________________________________
Perl ain't coding; Perl's more intelligent than that