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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2000 - 2029 of 2061   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now
Mar 5, 2007
8:15 pm
2001
BTW: I am running rehat 9 on an old Dual Processor BP6 machine. ... turning ... has ... even...
klmcwhirter
Online Now
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
Offline 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
Offline 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
Offline 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
2021
... sujaymallesh> I want to leanr Perl, can anyone tell me where can i get resources for sujaymallesh> the same. A bit of googling should have brought you to...
merlyn@...
merlynstoneh...
Online Now Send Email
Aug 1, 2007
8:36 pm
2022
... 1) You said it's not a server so I'm assuming Apache is nowhere to be found. 2) I had that problem with my scripts even with Apache installed. I had to...
d_s_9_dax
Offline
Aug 3, 2007
5:33 pm
2023
... Yes. Install a web server on your machine and configure it to run your CGIs. -- Just my 0.00000002 million dollars worth, Shawn "For the things we have to...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Aug 3, 2007
5:34 pm
2024
What exactly are you trying to do? Do you want to embedd Perl in HTML? -Pavan ... From: youwenjia <no_reply@yahoogroups.com> To: Perl_Official@yahoogroups.com ...
Pavan Kandepet
kandepet_pavan
Offline Send Email
Aug 3, 2007
5:34 pm
2025
Progress. Now I've got Apache running too locally with Windows XP Home. It shows web pages successfully, but responds to .pl and .cgi calls with "There is an...
youwenjia
Offline
Aug 7, 2007
5:15 am
2026
... server). I can run ... I assume from the above that you have installed it on a windoze machine (2000 or XP) If that is correct and you have not installed...
kenshail2003
Offline Send Email
Aug 7, 2007
5:15 am
2027
Hi can some help me in writing a perl script to access remote registry. Which modules required to installed etc. Thanks, Vittal jadhav ... Why delete messages?...
vittal jadhav
vittalmj
Offline Send Email
Aug 7, 2007
6:00 pm
2028
Does any one know how to check if password exists for a windows user through perl function. UserGetAttributes doesn't work..it is returning null password...
ritu_kal2003
Offline Send Email
Aug 8, 2007
6:45 pm
2029
hi, i am trying this statement but it is not executing i.e. killing process $force ="-9"; print "Kill $force $pid[$_]\n"; Thanks and Regards Avinash ... Get...
avinash k
avik1612
Offline Send Email
Aug 10, 2007
12:02 am
Messages 2000 - 2029 of 2061   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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