| Thread | Last Post | Replies |
|
| foreach question | 31 Oct 2006 19:15 GMT | 3 |
I have a reference to an annonymous array, which I am looping through with foreach(@$servref) { if ( checkServer($_, $dn) ) { push(@$goodservref, $_);
|
| Template module: where is it | 31 Oct 2006 14:44 GMT | 2 |
I'm trying to find a PERL module named "Template" that i need to run an application. Well, i found several Template-whatever modules, but not just "Template". Can anyone help me, please ?
|
| Dynamical our/my/local | 31 Oct 2006 11:04 GMT | 11 |
Is there a way to do something to effect of: our ${$varname}; I'm using a simple Getopt::* / Alias::attr like function to parse named parameters from hash and assign them to localized variables
|
| what's wrong with this code? | 31 Oct 2006 01:23 GMT | 1 |
I am trying to read a UTF-8 coded file, decode its html character entities, and print it into another UTF-8 coded file. The program works fine if I write the line: $t++; last if $t > 200;
|
| Ok, this time Net::SSH2 question :-) | 30 Oct 2006 13:52 GMT | 3 |
After reading the docs, I ended up with these lines: #!/usr/local/bin/perl use warnings; use strict;
|
| Need help w/ reqexp, capture and substitue | 30 Oct 2006 04:58 GMT | 5 |
Greetings; I frequently have to convert some address books from one format to another. This is what I need to do. Input records are like this:
|
| ndbm error no 28 | 29 Oct 2006 19:34 GMT | 4 |
Perl 5.6.1 on Solaris While storing a value to a dbm file (hash file) I get this error: "ndbm store returned -1, errno 28, key "11000-120" at excond.pl line 313, <INFILE> line 331."
|
| Can't access search.cpan.org | 29 Oct 2006 18:25 GMT | 2 |
As of 3:43:18 pm here in Manila, Philippines, I can't access search.cpan.org.. Any idea why?
|
| match data based on matching field | 29 Oct 2006 03:58 GMT | 1 |
I work with library cataloguing records and am trying to accomplish this amazing feat. Trying is no problem, amazing feat is eluding me I need to find all records with the same ISBN number (field 020)save all matching records which will result in more than 1 record with the same ...
|
| How to pass string in command line argument. | 29 Oct 2006 01:38 GMT | 6 |
I want to pass a command argument to perl script with double quotes (" ); below is my scenario my xml file is something like this .. <root>
|
| Analize Java source file with perl? | 28 Oct 2006 21:56 GMT | 8 |
hello, all I want to get the Class name of .java file with perl , How can I do it ? I think it is difficult to result the java comment . For Example
|
| win32 services | 28 Oct 2006 19:37 GMT | 2 |
Hello, I want to get a listing of Window services and each associated "status" and its "startup type." I looked at Win32::Daemon::Simple but wasn't sure if this is a
|
| Quick Net::SSH::Perl question | 28 Oct 2006 14:05 GMT | 2 |
My program looks like this: #!/usr/local/bin/perl use warnings; use strict;
|
| how to read and process data coming on console | 27 Oct 2006 19:03 GMT | 1 |
I am capturing http transactions by using Net::PcapUtils module. I want to do real time processing on the captured packets. Following is a snippet of data that I am getting: POST /vodexUi/CVodSchedularViewMgr .php HTTP/1.0^M
|
| open() | 27 Oct 2006 18:20 GMT | 1 |
In a reply by A. Guzman I found the following paragraph: == Please be careful with your open(), you will have problems if you do not use a multiple argument open(), ....
|