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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jfaulkner

    perl tk question: pass value $filename 1 sub to the next sub

    perl tk question: how do I pass the value I get for $filename in the 1st sub(getListingX) - to the second sub(justTestX)? Please help, I am kind of new to perl. sub getListingX { my $filename = $BigFrame->getOpenFile(); if (-X $filename == "1" ) { print "yippee it's an...

Part and Inventory Search

Back
Top