| Thread | Last Post | Replies |
|
| Pattern matching problem | 29 Feb 2008 10:40 GMT | 1 |
Dear List I have a very large file basically it is logfile generated by sql loader......... In the production environment this file can have one million/ two million data. In this file there are 4 particular lines which
|
| Data file from one format to another. | 28 Feb 2008 19:49 GMT | 3 |
Hi any and all; I am having a heck of time getting my head around a little problem I have run into; I got this question during an interview recently and, well, failed
|
| Time::Piece capturing parsing problems | 28 Feb 2008 17:54 GMT | 2 |
I think my question relates to STDOUT rather than Time::Piece but I'm not sure. I am trying to use Time::Piece to process and convert a string which may be a bit dodgy. What I can't understand is how to capture the problem. The
|
| How to read from keyboard? | 27 Feb 2008 23:07 GMT | 5 |
I want to read from keyboard some keys [pagedown], [Home],[End][PageUp][up][left][down][right]. how can I do it? Thanks in advance.
|
| Expression Help | 27 Feb 2008 21:20 GMT | 5 |
I am trying to replace all occurrences of a windows path such as "C:\Dir 1\Dir 2\Dir with more spaces" to a similar path, and have it case insensitive, and I can't make it work. Anyone got an idea? I am hoping the syntax is compatible with Sed as my script has to be ran in two ...
|
| array question | 27 Feb 2008 14:55 GMT | 4 |
I have two arrays contains exact no. of elements. Now what I need to do is , I want to execute certain commands to each elements of the array at a time. It means that I want take first element of first array and first element
|
| Is this possible to override print() ? | 27 Feb 2008 00:40 GMT | 5 |
package OverridePrint; use strict; # WHAT CAN I DO HERE ??? 1;
|
| Why doesn't this work: matching capturing | 26 Feb 2008 21:07 GMT | 2 |
I have a data file that looks like this: uSF1 MD15000000 009214935522451020 9 0101001 88722397N07209999900 116759 0Block Group 1
|
| looping thru delete check boxes | 26 Feb 2008 20:06 GMT | 1 |
I have a page that displays a list of entries with Delete Check boxes how Do I loop thru all the checked entries, re-display in a 'confirmation' page and then do the deletes?
|
| Are comments allowed before package declarations in modules? | 26 Feb 2008 19:55 GMT | 3 |
I seem to have a vague memory about Perl not allowing comments before program statements, but I'm not sure. I really want to add a lot of comments at the top of a rather large module, but I'm unsure if thats safe. thanks
|
| OO question | 26 Feb 2008 17:54 GMT | 1 |
I am trying to work with the CGI::FormBuilder module in a Catalyst environment. My question is more about OO programming than either of those 2 modules though. I am trying to create a method/sub that will create a form to either edit or
|
| testing Non_SOAP webservices | 26 Feb 2008 10:51 GMT | 1 |
Hi gurus, I need to test non-SOAP webservices.Can anybody tell how could i do that in perl. basically i need to send the following xml file as pay load to the url.
|
| scalar / hash problem in HTML::Parser | 26 Feb 2008 04:49 GMT | 5 |
I'm using HTML::Parser to process files containing snippets of html looking like: <option value="1">First option</option><option value="2">Another choice</option><option value="4">pick me</option>
|
| Removing "+" in $ENV{QUERY_STRING} | 25 Feb 2008 21:33 GMT | 3 |
Hello List, I am trying to build a webpage where I can enter hostname in a text box and up on hitting the key this searches multiple .csv files and prints them in the webpage itself. I am facing a problem with $ENV(QUERY_STRING} which take “+” when the textbox is entered with ...
|
| Hash Sorting Problem | 25 Feb 2008 12:49 GMT | 4 |
Dear List I have written the following code ............. use Data::Dumper; %file = (14 => "GGG",
|