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
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
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...
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...
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...
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.