... using Apache HTTP server in Windows. ... What is your code? What is the error message? (check Apache's error log too) What does the Win32 application do? ...
ok, I'll admit, I don't know a perl from a diamond. I tried to install WEBADD to my website, and it hosed me. now when I go to my web's URL, my browser gets...
Hi every body, any one can tell me that how to install Active perl and config in win2K and how to run it in localserver? thanks vasan K Smile Costs No Money...
The CGI code dynamically passes the arguments to a .exe file. I need the .exe file to open as a separate application and not on the browser itself For example:...
... From: perl-beginner@yahoogroups.com [mailto:perl-beginner@yahoogroups.com] On Behalf Of Subhash Chandran Sent: Thursday, November 02, 2006 9:10 PM To:...
zoticaicpassion
zoticaicpassion@...
Nov 2, 2006 5:28 pm
24552
I think installation of WEBADD has modified your httpd.conf (apache configuration file). did you take a look at it ? ... From: "Steve" <xcuseme@...>...
Arun Pandey
arunp@...
Nov 2, 2006 7:00 pm
24553
I'm learning Perl and working through the O'Reilly book Beginning Perl for Bioinformatics. When working on an exercise I've come across something strange I...
... Perhaps you should read: What Every Computer Scientist Should Know About Floating-Point Arithmetic http://docs.sun.com/source/806-3568/ncg_goldberg.html ...
When you mean equal in computer, do you mean "=" or "=="? ... ____________________________________________________________________________________ Access over...
... You got it. You need to think in terms of precision. For example, a simplistic way to do things, multiply everything by 10, add your four numbers up, use...
Dear Friends, Hi all,Did any one can give the idea for design the Virtual File systems in perl script.In this script it will accept the cat,mkdir cd, and other...
... the browser itself ... external command,\r ... It sounds like the vdiff32.exe file is not in the PATH. You can specify the full path to the file e.g. ...
Hi All, I want to automate my testcases which i used to perform in UNIX so went for perl . In one place i need to use this telnet command . Where as in unix we...
... The Net::Telnet module is not on your system. You can download it from cpan.org: http://www.cpan.org/modules/by-module/Net/Net-Telnet-3.03.readme ...
I used a function to count and replace articles and indefinite articles in a pragraph. This pragraph is in a text file. What is wrong? perl aa.pl bb.dat [code]...
Hi All, I thank every one for helping me .. I shall follow those steps which you all had mentioned ... and reply once it is done .. Regards, karthik ... The...
... What errors are you getting? What debugging have you done? ... You should initialise these variables, probably set them to 0. ... Why are you using the...
Hi, I am trying to extract the "<ActivityID>641</ActivityID>" and "<ErrorID>0</ErrorID>" from a web page that returns the values in XML. How can I go about...
You might also want to consider changing your password. You might also think about not using Telnet, and using Net::SSH::Perl (which has quite a few...
Brad Lhotsky
brad@...
Nov 6, 2006 6:23 pm
24566
... OK!LET ME TRY. (1)initialise these variables are unneceesary. (2)return $ARG[0]); (3)s/\b(the|an|a)\b/count($1)/egi; (4)print "$_";...
Rob, I looked at the document you linked to but it's a little over my head. There's a reasonably good explanation on floating points in Wikipedia (which also...
... This is application dependent. For your example, checking within . 0001 would be more than enough. ... You're making things worse, not better. Using...
Hi! use XML::Parser; can have the details in CPAN. Manoj ... From: chipwillis2003 <chipwillis2003@...> To: perl-beginner@yahoogroups.com Sent: Monday,...
Hi All, I downloaded the tar file and created a directory (home/karthra/Net), then placed the tar file inside it and tried executing the perl Makefile.PL...
... (home/karthra/Net), then placed the tar file inside it and tried executing the perl Makefile.PL command . After that i got the following error .. ... look...
Hi, TIMTOWTDI: use XML::Simple. It's very easy API to maintain XML. perl -e '$_="tMM naaCt Feocmama_itpUilucoGa";$_.=$1,print $2 while s/(..)(.)//;print...
Hi, I need a script that reads a file having list of URLs and then one by one opens those URL/webpage and save its contentes as text file. Is it possible to...
... shyam741> Hi, shyam741> I need a script that reads a file having list of URLs and then shyam741> one by one opens those URL/webpage and save its contentes...