Description:
The Perl language in general.
|
|
|
grab main window position
|
| |
Hi, I am on the process of creating my first perl/tkx application. I was wondering if there was a way to get the current window position on screen...so that I could save and when the application is launched again it'll position right there! this is what I have coded so far: ...use strict; use warnings;... more »
|
|
first time using threads
|
| |
Hi, I'm stuck at thread as I've just starting using it. I would like to spawn (and detach) a thread which update a text label in a Tk window. The following is the code: ...use strict; use warnings; use Tkx; use threads; use threads::shared; my $k : shared = 0; my $mw = Tkx::widget->new("."); $mw->g_wm_title('Hello World!');... more »
|
|
FAQ 4.34 How do I extract selected columns from a string?
|
| |
This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .... more »
|
|
access pref. and temp dir on windows
|
| |
Hi, I'm coding a little script for windows. I'd like to know how to save some data on a given preference file and some other data on a temp file. Can it actually be done? thanks ever so much
|
|
FAQ 2.7 Is there an ISO or ANSI certified version of Perl?
|
| |
This is an excerpt from the latest version perlfaq2.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .... more »
|
|
10 Reasons Why YOU Should Join Us
|
| |
10 Reasons Why YOU Should Join Us The Most Proven Leisure Internet Business. Business that earns you more money every day. Thanks to the power of the Internet. Ground floor opportunity backed by a highly successful. 1. Free Registration 2. Start Earning As Soon As You Join 3. Weekly Unlimited Income... more »
|
|
FAQ 4.22 How do I expand function calls in a string?
|
| |
This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .... more »
|
|
FAQ 4.35 How do I find the soundex value of a string?
|
| |
This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .... more »
|
|
FAQ 3.7 How do I cross-reference my Perl programs?
|
| |
This is an excerpt from the latest version perlfaq3.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .... more »
|
|
|