Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
comp . lang . perl . misc
This is a Usenet group - learn more
Find or start a Google Group about perl.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Related Groups
beginners@perl.org (Moderated)
Medium activity, Usenet
Using and programming the Unix shell.
Medium activity, Usenet
The AWK programming language.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 148602  Older »
Description: The Perl language in general.
 

FAQ 4.17 How do I find yesterday's date? 
  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 »
By PerlFAQ Server  - 6:00pm - 1 new of 1 message    

Perl RE bug with keys(%+) 
  Maybe this is a bug, maybe not. I am using the named capture buffers to reduce bugs as I change grouping of my regular expressions over time. In a lexical analysis application, I'm using it over a series of alternations. my $re = qr/ (?<ALT1>pattern) | (?<ALT2>pattern) | ... One of the alternations happens to be nested:... more »
By Clint O  - 4:51pm - 1 new of 1 message    

perl hash: low-level implementation details? 
  I've written a perl program that takes 3GB worth of key/value pairs ( each are numbers in the range of 0-60million ), and builds a hash with them. The hash itself seems to be taking more than 130GB ( linux 64-bit ) and counting--I had to kill the program b/c it was growing too large ( we have some 130Gb memory machines at our lab ).... more »
By zikester  - 4:47pm - 8 new of 8 messages    

FAQ 3.2 How can I use Perl interactively? 
  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 »
By PerlFAQ Server  - 12:00pm - 1 new of 1 message    

FAQ 3.23 Can I write useful Perl programs on the command line? 
  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 »
By PerlFAQ Server  - 6:00am - 1 new of 1 message    

How to find existence of a hash value. 
  Hi all, I've a problem in CGI/PERL. I've a text box in my web page whose value is taken by the server written in CGI Script. The value of that text box is stored in an XML file for further use. My problem is that when I don't have any value in that text box and when CGI tries to print that value, it is printing the HASH... more »
By venu madhav  - 2:08am - 2 new of 2 messages    

FAQ 4.45 How do I find the first array element for which a condition is true? 
  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 »
By PerlFAQ Server  - 12:00am - 1 new of 1 message    

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 »
By Larry  - Nov 22 - 1 new of 1 message    

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 »
By Larry  - Nov 22 - 2 new of 2 messages    

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 »
By PerlFAQ Server  - Nov 22 - 1 new of 1 message    

1 - 10 of 148602   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google