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...
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...
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> 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>...
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....
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....
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...
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...
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...
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...
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...
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: ...
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...
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...
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...
... 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...
... 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...
... 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...
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 ...
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...
... 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...
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?...
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...
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...