... ABHISHEK> can anybody please tell me how \cC and \cV commands work in perl. If you're talking about a double quoted string, \cC is a control C, and \cV is...
Hi All, I'm developing a GUI application using Tk/Perl, when I create a Win32-Executable and execute it, a DOS prompt also opens parallely, is there any...
Hi, I need to parse a long xml in modperl enviornment. I havs eread some tutorials on XML::Parser.This declares global variables at each handler, i wanted to...
Hi i need to transfer data between perl and .net application. The data is binary and i have choosen xml as the medium. I was adviced to use base64 encoding...
Ok, Agreed , but is there any other mode of transfer the binary data apart from xml, which can also transfer other information related to the file also. Thanks...
... Abhishek> Hi i need to transfer data between perl and .net application. The data Abhishek> is binary and i have choosen xml as the medium. Why? XML is not...
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)...