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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.