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 Shaun E 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: mgeurts
  • Content: Threads
  • Order by date
  1. mgeurts

    Reading contents of a file on a server

    I would like to have a group of files on a server, and then have perl (on another computer) read those files, and append to them. The two computers will not be on a network, so the transfer will have to be over the internet. What would be the best module/commands to use? Thanks, Mark
  2. mgeurts

    Turning a Tk program into CGI

    I have a fairly extensive program that uses entirely Perl/Tk. However, I want to allow web-based access to this program. What would be the best way to accomplish that? CGI? Mark
  3. mgeurts

    Perl/Tk Scrollbar

    I have a listbox with a scrollbar, but the scrollbar has some problems. First, It's really small, and second, when I click on the scrollbar arrow, the list will scroll, but only once. What is going on? Here is some script: use Tk; $homelist = $homeframe->Listbox( -height=>20...
  4. mgeurts

    Scrolling and Buttons

    I've noticed this question has already been asked, but here it goes again: I have a long list of buttons, and I would like to show only five of them, and make the other ones scrollable. However, whenever I try to set a height on how tall the frame is, it never works. It just makes the frame...
  5. mgeurts

    Perl/Tk and Filehandles

    I am writing a Perl/Tk program that involves getting a string of data from a text box widget, and then writing that string to a file. Unfortunately, all that gets written to the desired file is "HASH{aa345....}", instead of the actual text stored in the string. How can I get it to...

Part and Inventory Search

Back
Top