On Jun 12, Brennan, Corey said:
>I am trying to convert a script to Perl/Tk and I am having trouble. I have
>some formats defined
I've no clue how you'd get formats to write() to a Tk widget... you'd have
to use formline() and the $^A variable, methinks.
But have no fear -- I'm in the process
Sorry if this comes twice, but I think I had a problem sending it the first
time.
>I am trying to convert a script to Perl/Tk and I am having trouble. I have
some formats defined
>
>example:
>
>format DATA_OUT_TOP =
>col1 col2 col3
>---
>.
>
>format DATA_OUT =
I am trying to convert a script to Perl/Tk and I am having trouble. I have
some formats defined
example:
format DATA_OUT_TOP =
col1 col2 col3
---
.
format DATA_OUT =
@|@|@||
$text $text1 $text2
.
And I am looking for a way to use th