Search the web
Sign In
New User? Sign Up
Perl_Official · Perl . CGI . Shell script
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1991 - 2020 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1991
Hi, I'm Andy Schafer and I'm new here. I am working on building a website and have learned HTML, Javascript, and Perl. Now I am working on learning CGI and I...
Andy Schafer
lostgameparts
Offline Send Email
Feb 21, 2007
2:58 pm
1992
... Andy> I'm Andy Schafer and I'm new here. I am working on building a website Andy> and have learned HTML, Javascript, and Perl. Now I am working on Andy>...
merlyn@...
merlynstoneh...
Online Now Send Email
Feb 21, 2007
7:17 pm
1993
... I installed plain Apache on my Windows XP box and login to localhost to run scripts from a client, like IE or Firefox. Installation isn't difficult if you...
Charles K. Clarkson
nottherat
Offline Send Email
Feb 21, 2007
7:17 pm
1994
Andy, I'd recommend that you: 1) Download and install the Apache webserver on your PC from http://httpd.apache.org/download.cgi. This is a free program. 2)...
millerdw2003
Offline Send Email
Feb 22, 2007
1:29 am
1995
Hi all. How can we get the time taken by a simple perl function in milliseconds. to illustrate my problem better..see the following: my time1 =...
rockmohit
Offline Send Email
Feb 22, 2007
11:31 pm
1996
... rockmohit> How can we get the time taken by a simple perl function in rockmohit> milliseconds. "perldoc Benchmark" -- Randal L. Schwartz - Stonehenge...
merlyn@...
merlynstoneh...
Online Now Send Email
Feb 23, 2007
4:30 pm
1997
Hi Darren, Thanks for the help. I tried what you suggested and did fine loading Perl and Apache (I think). Then I tried to follow the steps to configure Apache...
Andy Schafer
lostgameparts
Offline Send Email
Feb 26, 2007
6:09 pm
1998
Hi, You can can use: $time1=time(); &fun; $time2=time(); time() function returns epoch value(mili seconds) of current time. For more time functions---------- ...
Nawab Ahmad
nawab_01cs33
Offline Send Email
Feb 26, 2007
6:09 pm
1999
Hi, I faced the same problem some days back. Can you just make sure your test.cgi has execute permission or not for others. You can give execute permission by...
Prasad Joshi
prasadjoshi_aol
Offline Send Email
Feb 27, 2007
9:15 am
2000
I had a power failure the other night, and apparently my drive decided to loose data in /usr/local/lib/perl5/5.8.0 . After turning back on the power this...
klmcwhirter
Offline
Mar 5, 2007
8:15 pm
2001
BTW: I am running rehat 9 on an old Dual Processor BP6 machine. ... turning ... has ... even...
klmcwhirter
Offline
Mar 5, 2007
8:25 pm
2002
I recently uninstalled Perl 5.8.2 and reinstalled Perl 5.8.8. After doing this, I noticed there were some issues when attempting to restart apache. I initially...
cohibaport
Offline Send Email
Mar 14, 2007
6:42 am
2003
Hi, I am very new to Perl/CGI but I am working on a simple shopping cart system for my website. I am looking for a way to control my session management without...
Andy Schafer
lostgameparts
Offline Send Email
Mar 22, 2007
5:39 pm
2004
... Andy> I am very new to Perl/CGI but I am working on a simple shopping cart Andy> system for my website. I am looking for a way to control my session Andy>...
merlyn@...
merlynstoneh...
Online Now Send Email
Mar 22, 2007
11:01 pm
2005
Hi Frnds, I m completely new to perl and now i want the following perl scripts 1. User Modifying File Permission 2. Adding the host to /etc/hosts file 3....
v.sasikiran
Offline Send Email
Mar 29, 2007
8:02 pm
2006
Hi, I have long array of integers : 1588954697141895014207623889auto4625723100159855550127598514879309959 and need to get result like: 1588954697 1...
lolosophia
Offline Send Email
Apr 16, 2007
2:46 pm
2007
Are you looking for output like 1588954697141895014 207623889 auto 462 5723100159855550 1275985148793099 59 Then you can use the below code ...
skumar
psk_suresh
Offline Send Email
Apr 17, 2007
12:54 am
2008
I have to write a script which takes a c file in STDIN, searches for a particular line, and substitutes a particular string in that line with something else....
Savita
imprincess_s...
Offline Send Email
Apr 23, 2007
6:14 pm
2009
Savitha, Command line, You can use perl -pi.bak -e 's/STRING/REPLACE/g' /your/file/path Hope that helps Suresh Savita <imprincess_savita@...> wrote: I...
skumar
psk_suresh
Offline Send Email
Apr 24, 2007
8:43 am
2010
hello,,,,,,,,, i am creating login page using Perl/CGI facing prob... able to connect DB but from there facing prob If u have related code of login page in...
Sandip
sandipbbhosale
Offline Send Email
Apr 27, 2007
6:10 pm
2011
Perl. Can anyone help me ? Pf1 is a point and figure charting application written in Perl. PF1 is free and is licensed under the GNU General Public License...
perl_guy
Offline Send Email
May 25, 2007
5:17 pm
2012
Read my first answer...
Mike Southern
mikesouthern
Offline Send Email
May 25, 2007
5:19 pm
2013
Hi friends, I wish to create a scalable site made in PERL and seek guidance which templating engine should i use which has less learnig curve also. Names...
abhishek jain
ejaincom
Offline Send Email
Jun 1, 2007
5:25 pm
2014
Hi, I have a recursive routine for traversing a kind of graph. My scripts are running with '-w' option/ Sometime I get a warning about deep recursion: "Deep...
marcel_preda
Offline Send Email
Jun 1, 2007
5:26 pm
2015
I prefer self-submitting pages myself, but sometimes you can't do that without changing webserver config. Anyway, with a self-submitting page, your logic is: ...
cdg1111us
Online Now Send Email
Jun 25, 2007
11:21 pm
2016
You can do this in Perl, but I much prefer PHP. I know, I know, you did say Perl, but PHP is very close to Perl code-wise, so if you know Perl, you can learn...
cdg1111us
Online Now Send Email
Jun 25, 2007
11:21 pm
2017
Thanks for the answer, appreciated, but which is faster and scalable Perl or PHP. Pl. reply, Thanks -- Regards, Abhishek jain ... From: cdg1111us...
abhishek jain
ejaincom
Offline Send Email
Jun 26, 2007
5:18 pm
2018
Unless you're creating the next eBay or Google, my first thought is that you should be able to scale pretty large with either, and that your abilities as a...
cdg1111us
Online Now Send Email
Jun 27, 2007
10:57 pm
2019
Hi, I want to leanr Perl, can anyone tell me where can i get resources for the same. Thanks a lot Sujay...
sujaymallesh
Offline
Aug 1, 2007
5:41 pm
2020
I've installed Perl on my computer (which is not a server). I can run Perl at DOS prompt only. When I use IE or Firefox to access Perl scripts, the browsers...
youwenjia
Offline
Aug 1, 2007
8:35 pm
Messages 1991 - 2020 of 2062   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