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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2011 - 2040 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
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
2030
... process ... All your script would do is print out a Kill message. It will not execute the Kill command. In fact, I am not aware of a "Kill" command. If...
rob_wilson_98
Online Now
Aug 10, 2007
2:13 pm
2031
try this `kill $force $pid[$_]`; ... -- Kind Regards Dhanapalan.C " If there is a way, I will find one, If there is none,I will make one.... !!! " [Non-text...
dp
dhana_foru
Offline Send Email
Aug 10, 2007
6:19 pm
2032
hi, i am using the unix opearting system. I have attached the code It is still not able to kill the process Thanks in advance Avinash ... process ... All your...
avinash k
avik1612
Offline Send Email
Aug 13, 2007
3:39 pm
2033
... The code may have gotten stripped as a "non-text attachment". Try pasting the relevant portion(s) in-line. A few things could keep you from being able to...
rob_wilson_98
Online Now
Aug 14, 2007
2:22 pm
2034
Avinash, The last suggestion which surrounded the kill command with grave accents (`kill -9 PID`) was essentially causing perl to spawn a process and running...
Glen
glen_brydon
Offline Send Email
Aug 14, 2007
3:43 pm
2035
... Glen> The last suggestion which surrounded the kill command with grave Glen> accents (`kill -9 PID`) was essentially causing perl to spawn a Glen> process...
merlyn@...
merlynstoneh...
Online Now Send Email
Aug 14, 2007
5:59 pm
2036
Hi, I am fairly new to Perl and have written some Perl to interface with an API that comes with an application i am working with. I now need to bypass the API...
chipwillis2003
Offline Send Email
Aug 15, 2007
8:43 pm
2037
hi, i am killing all the process that are displayed using the ps command. but doing that the particular unix session also terminates. so how to prevent the...
avinash k
avik1612
Offline Send Email
Aug 16, 2007
11:07 pm
2038
Example string $Data=":2-Name1:4-Name2:3-Name3:1-Name4:"; I need to get the following info ... But All I can search with is ... In other words I know it starts...
Luinrandir Hernsen
luinrandir
Offline Send Email
Aug 31, 2007
5:00 pm
2039
#!/usr/bin/perl use strict ; my @Name; my $Name; my $X = 1; my $Y = 2; my $Data=":2-Lou-14:4-Bobby:3-Tine13:1-jack 23:"; my $Info = ($Data =~ /:$Y-(.*?):/); ...
Lou Hernsen
luinrandir
Offline Send Email
Aug 31, 2007
5:00 pm
2040
The main problem with your attempted solution is that .* is greedy. This means that the colon it would find is the last one on the line. Greedy means that .*...
Glen Brydon
glen_brydon
Offline Send Email
Sep 1, 2007
12:22 am
Messages 2011 - 2040 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