Whoops, I accidentally sent this before it was completed.
On Mon, 2005-08-01 at 12:39 -0700, Tony Carolla wrote:
> I threw together this little Excel utility, because I have grown weary of
>
>
Just for fun, I put together a perl-Tk version of your spreadsheet, and
added a few tidbits.
http://code.midrange.com/index.php?id=8abe188f4a
When I went to test it, however, I discovered that I didn't know how to
tell tn5250 to 'paste from the clipboard'. So, here it is -- but
untested.
Note: Beware, there is a small bug in the code repository. I pasted
$out_text .= "\n";
It comes out (in firefox, not sure of other browsers) as
$out_text .= "n";
Not a big deal, as I'm sure there won't be much perl code posted to
code.midrange.com.
Regards,
Rich