| General Perl Topics (view all ...) | Last Post | Replies |
|
| FAQ 8.22 Why do setuid perl scripts complain about kernel problems? | 04 Jul 2008 14:03 GMT | - |
This is an excerpt from the latest version perlfaq8.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
|
| FAQ 8.37 How do I find out if I'm running interactively or not? | 04 Jul 2008 08:03 GMT | - |
This is an excerpt from the latest version perlfaq8.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
|
| Posting Guidelines for comp.lang.perl.misc ($Revision: 1.8 $) | 04 Jul 2008 07:15 GMT | - |
Outline Before posting to comp.lang.perl.misc Must - Check the Perl Frequently Asked Questions (FAQ)
|
| Discover Islam - The Fastest Growing Religion in the World ! | 04 Jul 2008 07:05 GMT | - |
Discover Islam - The Fastest Growing Religion in the World ! Learn about The Real Islam ! Correct your information about Islam, The Misunderstood Religion
|
| Free Webinars on PMP Certification Awareness and Roadmap | 04 Jul 2008 06:26 GMT | - |
Dear Freinds I came across a website which conducts Free Webinars on PMP Certification (Project Management Institute, USA) Awareness and The Roadmap. It proved to be quite useful.
|
| comp.lang.perl.misc pollution | 04 Jul 2008 06:22 GMT | 17 |
This isn't about Perl, but it is about this newsgroup. I'm becoming irritated by the spam that I see (I use Google Groups) and was wondering if someone could suggest a great free newsreader, as well as where and how to acquire it.
|
|
| Getting Started (view all ...) | Last Post | Replies |
|
| Optimize the script | 04 Jul 2008 12:08 GMT | - |
I put togather a piece of code with some help, to capture the output as below from a file "cxout1" as below. I am sure this can be written in few lines or even differnt way of getting the same out put with use of hash etc. Kindly help me to optimize the code. Any help would be much ...
|
| substitution | 04 Jul 2008 11:20 GMT | 9 |
I have to do a substitution of a pattern in a text file, this pattern is a key of a hash table previously set. so I want to replace my pattern by the corresponding value of the key in the hash table
|
| mysql data store in to a FILE | 04 Jul 2008 11:01 GMT | 3 |
Hi , I just tried to store some mysql-queried data in to a file. but it wont work. Actually i wanted to do not just writing , it should be APPEND at each time when that perl scripts runs. Can some body help me , if you all can provide me a sample or a example would be a great help ...
|
| Debug Help Please | 04 Jul 2008 06:16 GMT | 3 |
Greets I wrote this script to parse information from some log files. It Seems to work , or look like it works. In the end I get the log creation of .csv log files with no
|
| Integer data type | 04 Jul 2008 04:19 GMT | 4 |
Conside the following codes: use POSIX; print LONG_MAX, "\n"; my $num = 99999999994;
|
| removing '*' from *****STAFF***** | 04 Jul 2008 03:57 GMT | 8 |
Does anyone know how do I remove the beginning and the trailing * from *****STAFF***** Thanks and Regards, Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd
|
|
| Modules (view all ...) | Last Post | Replies |
|
| Database issues with SOAP::LITE | 04 Jul 2008 05:07 GMT | 2 |
I am creating a web service in soap environment from which i am inserting some data into database written in perl. Whenever i use the DBD::Oracle module, i am getting 500 internal server error.
|
| kill process when file count reached,,. | 04 Jul 2008 01:32 GMT | 6 |
I am trying to run a tcpdump and have perl kill the tcpdump once 10 files have been created by tcpdump. Here is my code, not sure if my logic is screwy Thanks,
|
| Name space: throwing exceptions easily | 03 Jul 2008 19:07 GMT | 19 |
I am developing a module to make throwing Exception::Class objects easier. The goal is to make the code to throw an exception shorter and to make it possible to keep all error messages at some central place.
|
| Port to PyConstructs | 03 Jul 2008 18:12 GMT | 2 |
I'm writing a port to PyConstructs. website of the original: http://construct.wikispaces.com/ In short, it's a library that parse binary structs. It can parse complicate things like TCP headers, compressed files and image formats.
|
| how to install multiple modules with one Makefile.PL | 03 Jul 2008 14:22 GMT | 4 |
I'm packaging Lingua::BG::Numbers with Lingua::Slavic::Numbers for CPAN, using ExtUtils::MakeMaker. What's the proper way to structure Makefile.PL to indicate this? MANIFEST is already correct, but "make test" doesn't automatically put Lingua::BG::Numbers in the lib path.
|
| CPAN maintainer e-mail address defunct | 03 Jul 2008 13:01 GMT | - |
I'm trying to contact Colin Kuskie, maintainer of the Statistics::Descriptive module, but mail to his cpan address bounces:
|The following addresses had delivery problems: |
|
| DBI Library (view all ...) | Last Post | Replies |
|
| Kdb | 04 Jul 2008 00:40 GMT | - |
Hi fellow DBI'ers, I was interested to know if there's been any conversations about creating a DBD::Kdb module for Kx Systems Kdb database product? I see the module on CPAN called simply Kx which is a standard api into their product. Now i'd
|
| Nonnumeric Primary Keys | 03 Jul 2008 21:20 GMT | 1 |
Hey, all I have a db in production that uses a whole lot of string values as primary keys. (It's Oracle, FWIW) Does DBIX::Class care what data type a primary key is? I *vaguely* remember hearing some sort of remark in the Catalyst master class Jon Rockway taught at YAPC
|
| Re: Out of memory error with DBI - DBD::Oracle | 02 Jul 2008 20:45 GMT | - |
After getting the current versions of DBI and DBD::Oracle built and working, I no longer got the error. When I moved my "fix" from our development environment to our test environment, I found that I still got the error. I started removing the items in my "fix" from the ...
|
| Emails from rt.cpan.org to dbi-users@perl.org | 01 Jul 2008 10:19 GMT | - |
I've taken steps to get this fixed, but it may take a few days. Tim. On Tue, Jul 01, 2008 at 03:24:04AM -0400, Robert Roggenbuck via RT wrote:
> <URL: http://rt.cpan.org/Ticket/Display.html?id=36696 > |
| Detecting auto-incrementing primary keys | 30 Jun 2008 20:42 GMT | 2 |
I'm looking for a *portable* way to detect auto-incrementing primary keys. Is there one? I'm using $dbh->primary_key_info to fetch details about column(s) that are participating in primary keys, but this doesn't mention whether
|
| DBD-ODBC 1.15 "freezes" | 27 Jun 2008 01:27 GMT | - |
I just upgraded from DBD-ODBC 1.13 to 1.15 using the ActiveState repository (e.g. ppm install DBD-ODBC) and am now experiencing a new "behavior" where re-executing the same prepared statement ~3 times locks up the current process.
|
|
| Tk (view all ...) | Last Post | Replies |
|
| Problem reading "png", 'jpg" images with Tk::Photo | 04 Jul 2008 12:09 GMT | 3 |
I have been trying to read ".png" & ".jpg" image files using "Tk::Photo". The code works fine if I use ".xpm" or ".gif". =================== perl -v
|
| problem with Tk Drag n Drop | 03 Jul 2008 18:11 GMT | 1 |
I am using Tk 5.8.3, getting problem in drag n drop. I am creating a tree with optional scroll bar, on each child of this tree i am creating a frame (colored green in following code), and a label (colored blue) which is a child of frame.
|
| How to use Tk::Tree ? | 01 Jul 2008 07:49 GMT | 2 |
I want to use Tk::Tree object to create a tree view, but I didn't see any options to fold a tree item. Could anybody teach me that? Thanks
|
| Scrollbar problem with spreadsheet widget | 30 Jun 2008 15:22 GMT | 1 |
Pls see below a price of code that uses table matrix widget. What I have done is that I have increased the width of the last column. Now, if you try to move the horizontal scrollbar, it move move only to a certain distance and will not move after that and hence, the data in
|
| Entry stops validating after insertion | 28 Jun 2008 17:21 GMT | 2 |
I thought what I was trying would be real simple: type in lower case to an entry box and have every word capitalized - e.g. "now is the winter" become "Now Is The Winter". But after I do the insert, the widget stops validating. Latest version to fail (Tk: 804.027, perl, v5.8.8 ...
|
| Problem with image with transparent background as "MainWindow" Icon | 27 Jun 2008 13:02 GMT | 1 |
I was under the impression that I can change the "Icon" for the "Mainwindow". I an using a ".XPM" image with a "transparent" color for background. When the window is displayed I get black background instead of transparent one. I have tested this with ".PNG". ".JPG" and ".GIF", ...
|