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 Rhinorhino 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: *

  • Users: raider2001
  • Content: Threads
  • Order by date
  1. raider2001

    It works for me: The following c

    It works for me: The following code: my $file ="test.html"; my @title = split (/\./, $file); print "file=$file\n"; print "title1=$title[1]\n"; Outputs: file=test.html title1=html
  2. raider2001

    How to really disable a button in Perl/Tk

    I'm trying to disable a button using Perl's Tk module. Setting the state to 'disabled' doesn't really disable the button, it just delays the action until after the button is re-enabled. I want to ignore all mouse clicks that occur when the button is disabled. Here's some code to show the...

Part and Inventory Search

Back
Top