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> 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>...
... 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...
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)...
... rockmohit> How can we get the time taken by a simple perl function in rockmohit> milliseconds. "perldoc Benchmark" -- Randal L. Schwartz - Stonehenge...
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...
Hi, You can can use: $time1=time(); &fun; $time2=time(); time() function returns epoch value(mili seconds) of current time. For more time functions---------- ...
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...
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...