Search the web
Sign In
New User? Sign Up
perl-beginner · Perl Beginners Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 24547 - 24577 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24547
... 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? ...
Damien Carbery
daymobrew
Offline Send Email
Nov 1, 2006
12:43 pm
24548
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...
Steve
a_man_in_all...
Online Now Send Email
Nov 2, 2006
4:07 am
24549
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...
srinikumar11
Offline Send Email
Nov 2, 2006
3:05 pm
24550
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:...
Subhash Chandran
t.subhash
Offline Send Email
Nov 2, 2006
4:36 pm
24551
... 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@...
Send Email
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@...
Send Email
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...
thisis_not_anapple
thisis_not_a...
Offline Send Email
Nov 2, 2006
7:22 pm
24554
... Perhaps you should read: What Every Computer Scientist Should Know About Floating-Point Arithmetic http://docs.sun.com/source/806-3568/ncg_goldberg.html ...
Rob Biedenharn
rab6687
Offline Send Email
Nov 2, 2006
8:03 pm
24555
When you mean equal in computer, do you mean "=" or "=="? ... ____________________________________________________________________________________ Access over...
chen li
chen_li3
Offline Send Email
Nov 2, 2006
8:24 pm
24556
... 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...
Paul Archer
geek65535
Offline Send Email
Nov 2, 2006
8:32 pm
24557
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...
ussabari
Offline Send Email
Nov 3, 2006
7:35 am
24558
... 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. ...
Damien Carbery
daymobrew
Offline Send Email
Nov 3, 2006
8:45 am
24559
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...
karthiknce
Offline Send Email
Nov 4, 2006
8:31 am
24560
... 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 ...
Damien Carbery
daymobrew
Offline Send Email
Nov 4, 2006
10:58 pm
24561
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]...
zhshqzyc
Offline Send Email
Nov 6, 2006
2:15 am
24562
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...
karthik karthi
karthiknce
Offline Send Email
Nov 6, 2006
7:12 am
24563
... 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...
Damien Carbery
daymobrew
Offline Send Email
Nov 6, 2006
1:12 pm
24564
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...
chipwillis2003
Offline Send Email
Nov 6, 2006
5:44 pm
24565
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@...
Send Email
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 "$_";...
zhshqzyc
Offline Send Email
Nov 6, 2006
8:31 pm
24567
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...
thisis_not_anapple
thisis_not_a...
Offline Send Email
Nov 6, 2006
11:23 pm
24569
... This is application dependent. For your example, checking within . 0001 would be more than enough. ... You're making things worse, not better. Using...
Rob Biedenharn
rab6687
Offline Send Email
Nov 7, 2006
12:01 am
24570
Hi! use XML::Parser; can have the details in CPAN. Manoj ... From: chipwillis2003 <chipwillis2003@...> To: perl-beginner@yahoogroups.com Sent: Monday,...
manoj mitra
manoj_mitra2001
Offline Send Email
Nov 7, 2006
5:43 am
24571
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...
karthik karthi
karthiknce
Offline Send Email
Nov 7, 2006
7:29 am
24572
The problem got resolved by using the appropriate MIME type. Thanks for the support !! -Subhash ... From: Subhash Chandran <ts_chaand@...> To:...
Subhash Chandran
t.subhash
Offline Send Email
Nov 7, 2006
10:13 am
24573
... (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...
Damien Carbery
daymobrew
Offline Send Email
Nov 7, 2006
11:24 am
24574
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...
tnas
nascimentoth...
Offline Send Email
Nov 7, 2006
11:47 am
24575
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
Online Now Send Email
Nov 7, 2006
6:14 pm
24576
Why not use wget ? Uday ... From: shyam741 <shyam741@...> To: perl-beginner@yahoogroups.com Sent: Tuesday, November 7, 2006 11:39:00 PM Subject: [PBML]...
uday
uday_p
Offline Send Email
Nov 7, 2006
6:54 pm
24577
... 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...
merlyn@...
merlynstoneh...
Online Now Send Email
Nov 7, 2006
8:35 pm
Messages 24547 - 24577 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help