Tkentry - filled in by program?

I am using TkEntry form field in ruby and I want to have text display in
the entry field when it is formed…preloaded so to speak.

I searched the web and also Mastering PERL/TK and cannot find how to do
this.

Any ideas?

Thanks in advance

Joe

myTkVariable.value = something

That works - thanks!!!