| Thread | Last Post | Replies |
|
| regular expression in a variable | 28 Feb 2006 22:50 GMT | 4 |
I need to set a variable to a filename where only 1 section of the file is static. For example: $filename =~ /test/;
|
| CPAN for the first time | 28 Feb 2006 17:30 GMT | 1 |
I have been developing Perl programs on Windows computers for a few years now, now I have to develop scripts on Linux computers now. I hate to say it but I have never really done any Perl/Linux development, just shell scripting. I am having troubles getting Perl modules installed ...
|
| Help: Math::Pari won't install | 28 Feb 2006 16:02 GMT | 2 |
I'm trying to build Math::Pari along the way to building Net::SFTP, but the make fails with the following error: pariinl.h: In function `mulssmod': pariinl.h:887: error: asm-specifier for variable `hiremainder' conflicts
|
| Need to improve throughput - Any thoughts | 28 Feb 2006 14:13 GMT | 2 |
I have a text file with around 1 million lines and I need to do a search And replace on over 9000 words. I am currently reading a line and passing A hash table against it and any matches it is replacing the word in the
|
| PDF::API2 | 28 Feb 2006 14:13 GMT | 5 |
Does anyone know how to use the barcoding of PDF::API2? The documentation is lacking. Ryan
|
| num to alpha | 28 Feb 2006 04:21 GMT | 4 |
What's the easiest way for me to turn a number into a letter? 2 -> b 5 -> e 26 -> z
|
| replacing multiple elsif statements question | 28 Feb 2006 01:27 GMT | 3 |
Afternoon all, I want to change some repetitive code so its more dynamic, basiaclly I want to replace the elsif statements below with one statement which gets the number dynamically so I only need one if statement. Any ideas?
|
| survive with exec | 27 Feb 2006 23:20 GMT | 4 |
i want to execute some batch/perl file from my perl program and continue to do some changes and then re-execute some files. my code is like st.pl
|
| mailing labels | 27 Feb 2006 21:10 GMT | 3 |
I need to print some mailing labels and include an image of a barcode on the label. I'd like some suggestions on modules to use, I've never used perl to print anything before. (Creating a PDF or something in the right way would be fine too).
|
| SQLite 3 | 27 Feb 2006 19:46 GMT | 3 |
Is there a perl module for SQLite3? Thanks. Teddy
|
| Help with creating http links | 27 Feb 2006 17:14 GMT | 1 |
I have a script which runs a regression and generates a log of failed tests. Eg: Test: dir1/test1.v failed My manager wants me to create a link to the file, so
|
| Perl for Perforce (P4) | 27 Feb 2006 16:31 GMT | 2 |
Up to now I've been using CVS for source control. There's a plethora of Perl scripts out there for CVS (extended acces control and etc.) that I love to use, but now that
|
| Net::ARP On Windows | 27 Feb 2006 14:37 GMT | 1 |
Someone try this module on Windows Workstations? It is not in the PPM , so I try to install it manually. Regards OXx
|
| cant process string in system() | 27 Feb 2006 14:16 GMT | 1 |
Hey all Im trying to run the following system ('fetchmail -f '.$fetchmailconf.' -a -k -r \"'.$folderitem.'\"'); What im getting is:
|
| Generation of method names | 27 Feb 2006 03:13 GMT | 1 |
to read a record from a database I generated a list of the column names (@fields). The get/set methods of the record class are constructed like "set+name of column" e.g. getDate, setAmount.
|