Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Perl / Getting Started / October 2006



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
foreach question31 Oct 2006 19:15 GMT3
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 it31 Oct 2006 14:44 GMT2
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/local31 Oct 2006 11:04 GMT11
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 GMT1
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 GMT3
After reading the docs, I ended up with these lines:
#!/usr/local/bin/perl
use warnings;
use strict;
Need help w/ reqexp, capture and substitue30 Oct 2006 04:58 GMT5
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 2829 Oct 2006 19:34 GMT4
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.org29 Oct 2006 18:25 GMT2
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 field29 Oct 2006 03:58 GMT1
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 GMT6
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 GMT8
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 services28 Oct 2006 19:37 GMT2
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 question28 Oct 2006 14:05 GMT2
My program looks like this:
#!/usr/local/bin/perl
use warnings;
use strict;
how to read and process data coming on console27 Oct 2006 19:03 GMT1
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 GMT1
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(), ....
Pages: 1 2 3 4 5 6 7 8 9 September, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.