| Thread | Last Post | Replies |
|
| program fails to write some entries in log | 11 Jul 2008 00:49 GMT | 6 |
what this does: it classifies a file based on its modification date. example: xfile1 is dated July 9, 2008. If it doesn't exist, the program creates a directory structure 2008/July/09 and places xfile1 there.
|
| Array indexing question | 10 Jul 2008 15:47 GMT | 6 |
Dear list I want to capture the output of w and then I want to do some job as per the o/p of w command in my linux system. So i have written the code as follows use strict;
|
| perl module version checking | 10 Jul 2008 07:41 GMT | 4 |
Dear List Can U please tell me how to check the version of any installed module in perl. If I want to check the version of version of DBI module then what is the syntax for it?
|
| Using a Perl script in AIX / Unix | 09 Jul 2008 23:15 GMT | 1 |
I am very new to perl so I am not sure why my script is only partially working, so here is the problem. I am trying to compress files with certain filenames that are older than 7 days. But when running the script it only compresses the first file
|
| matching lines like grep | 09 Jul 2008 21:56 GMT | 13 |
Hi there fellow PERL coders. I am trying to match lines between a template file and a configuration file. If the configuration is missing a particular line that is found in the template file then it is printed. If the configuration file has
|
| function call help | 09 Jul 2008 16:45 GMT | 3 |
I facing one issue in Perl script. I am executing one command in Perl script and taking the output of that command in one array. Now I want to execute some more commands on each value of the array. But the problem is that I am passing each value of the array as a
|
| closing dbh with active statement handles | 09 Jul 2008 16:28 GMT | 3 |
Hi Friends, Here, I am trying to connect sqlite DB and access some data for matching values with STDIN.But when i try to debug the code it gives following message. I went through google , and couldn't find any solution yet. Can some body help me pelase. closing dbh with active ...
|
| Certification in Perl | 09 Jul 2008 14:22 GMT | 1 |
I would like to know is there any Perl specific certification which I can look forward to ? Note :- I was not sure to which mailing list should this query be sent, please let me know in case I have to send it to a different group / mailing
|
| Freelance opportunities in Perl ! | 09 Jul 2008 13:31 GMT | 1 |
I am looking for freelance opportunities in Perl. I have an IT experience in Perl, Shell Scripting, Pro*C, UNIX and SQL. Apart from my main job, I can devote around 10 hours per week initially, which I can adjust it to more as more and more work comes. Apart from me,
|
| kill process when file number reached... | 08 Jul 2008 23:38 GMT | 3 |
I am trying to run a tcpdump and have perl kill the tcpdump once 10 files have been created by the tcpdump. Here is my code, not sure...if my logic is screwy Thanks,
|
| Perl Audit Reports | 08 Jul 2008 23:18 GMT | 1 |
I am new to perl . I need to write a perl script to generate an audit report of a root directory and all subsequent sub-directories and files under it, the report should be able to 1. list any directories/files changes in size and content, addition,
|
| How to remove [], {}, and other characters, rendering numeric values in a CSV file ? | 08 Jul 2008 16:54 GMT | 10 |
Hi dear list: Thank you very much for you great help in solving my past issue, regarding the removing of the trailing commas and points. Thank you very much indeed :-)
|
| arrayref | 08 Jul 2008 14:46 GMT | 5 |
Please have a glance on the following code and suggest me to purify it..... My requirement is when the user choose the region,I need to display the countries specific to that regions. I have been trying in both hash and array references.This one is for
|
| Config::General | 07 Jul 2008 17:55 GMT | 2 |
Is anyone familiar with the workings of Config::General? I am struggling to get my configuration values out of a file. My config file looks like this: name myApp
|
| Question about print | 07 Jul 2008 17:12 GMT | 3 |
below is what I excerpt form "perl cook book". What does <<"EOF" mean at the end of print? thanks for your help, miloody
|