Ok, I've troubleshot this for ages and now I'm turning to the experts. I am testing out mod_perl on our site. I read all of the mod_perl docs and guides and...
... Apparently so! Actually, I'd bet this is more of a web server configuration problem than a perl problem. ... Any chance this is a multi-step process or...
Hi friends, i wanted to create a daemon and wants to be assured it is running successfully. so i think of making a script in perl which will see that the...
tell me hw to save the contents of the running program ,is thr any commands in perl ,i hv tried using the command "system",but iam able to store only the...
perl to exe is possible. http://www.indigostar.com/perl2exe.htm put this perl2exe in the folder and put the file which u want to convert into exe in the same...
i hv downloaded the perl2exe.exe,but still i hv problem in conversion eventhough i followed ur steps in conversion when i typed in dos prompt (i.e) perl2exe...
friends no need to reply for this i hv no problem in conversion to exe and storing it ,sorry for saying still thr is a problem ,anyway thank u frnds for...
hi, IF i run it it executes correctly. Unzip this folder in d: or any drive Put the a perl file in the same folder. ie if u unzip in the name p2x1 put the...
now i hv no problem in conversion of exe,can u tell me hw to revert back the process (i.e) exe to original script for viewing it regards kalaivani Krishna...
I think localtime does so, you may also try DateTime on CPAN http://search.cpan.org/~drolsky/DateTime-0.35/lib/DateTime.pm If this solves the problem do reply...
i hv used local time function itself.it worked.thank u frnd regards kalaivani abhishek jain <ejaincom@...> wrote: I think localtime does so, you may also...
hi, I am new to this group...... i preferred to join here for getting answers for my doubts, .... #! /usr/local/bin/perl -Tw sub foo { my $data = shift; if...
... perl> hi, perl> I am new to this group...... i preferred to join here for getting perl> answers for my doubts, .... More like *homework*. Please don't post...
I'm quite comfortable using the perl debugger, which works great for character based applications. I know that CGI.pm does have a simple approach for running...
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...