Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading / usingdata from a field

Status
Not open for further replies.

sumncguy

IS-IT--Management
May 22, 2006
118
US
How do I apply $entry->get to the existing field ?

I want to grab user content, a file name and location, and use it elsewhere.

my $filfld = $left2->Entry(-background=>'blue', -foreground=> 'white',
-width=>20, -borderwidth=>3, -relief=>'sunken',)->pack();

passing either scalar to the sub executing an open fails.

Thanks in advance.

 

Got it ...played a little... no way to delete a post huh ?
 
You can click on inappropriate post. Or you can post the answer so others can figure it out if they have the same problem.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top