Hello, I currently do my development work with Windows/Apache/perl, then use MS Frontpage to publish my files to my ISP server running Linux/Apache/perl. The...
... <snip> ... Actually, you don't nee the ".exe" in the she-bang line. <snip> ... I had the same problem when I started developing in Perl 8 years ago. Go...
Hello, I currently do my development work with Windows/Apache/perl, then use MS Frontpage to publish my files to my ISP server running Linux/Apache/perl. The...
Walter, Thank you! I've installed quite a few modules with my ActiveState perl installation, so decided not to reinstall perl from scratch. However, I found...
hi, Im Ramesh., what is an associaltive array ?? hwo to check the keys and values of asscoiative array is defined r not....plz help me.. Thanks & Regards ...
... bhupal78999> Im Ramesh., what is an associaltive array ?? hwo to check the bhupal78999> keys and values of asscoiative array is defined r not....plz...
Hi Ramesh, I googled for "Perl associative array" to get information on associative array then I got so many good links which are related to associative...
... malyadri> I googled for "Perl associative array" to get information on associative malyadri> array malyadri> then I got so many good links which are...
Hi all, whenever im using....... (to get the no. of occurences of the word "the" ) @words = split(/\bthe\b/, $line); $thecount += @words - 1; im getting error...
Hi Malyadri, thanks for ur help....definately i will grow the links...u have given Thanks & Regards From ramesh ... Hi Ramesh, I googled for "Perl associative...
... Didn't read the docs, huh? According to perlfaq4 this is a good way to get that count. my $count = () = $line =~ /\bthe\b/ig; Since it looks like you are...
Hi Ramesh, Can you send me entire code, so that I can test on my system. Thanks & regards Malyadri Beegala ... -- Malyadri Beegala Software Developer, Larsen &...
Hello, I am attempting to build a page that uses a cgi script to extract info from a delimited text file database and then place it into an html file for ...
Sorry for the delay in responding. He is the original code I had for "tips.cgi" I want the output to be located in an text box located at left: 170px, Top:...
... Have you installed perl locally? Which platform (nix, windows, etc.) are you using? Charles K. Clarkson -- Mobile Homes Specialist Free Market Advocate Web...
hi all, here i am doing a perl program where in, it should open the mentioned URL automatically and read the output which is of two lines in HTML and send a...
Dear Premrajan,, Begining perl is good book to learn perl, visit http://learn.perl.org/library/beginning_perl/ and then practice.. Good Luck -- Malyadri...
Hi, if u want notes abt perl language .....then visit this link http://www.webbasedprogramming.com/Teach-Yourself-Perl-5-in-21-Days/ch5.htm Regards Ramesh...
... I'm not sure what an hd install is, but if you installed ActivePerl then all the documentation is in HTML files on your disk. Try opening a browser window...
Hi All, This is what I am doing. In my company, we need to download some builds from a server. These builds are uploaded during night at US. As soon as they...
Hi all, I am new to PERL programming from Chennai... I want to know which one is the hot in the industry weather PERL on UNIX .....or PERL on LINUX...... ...
Hi All, This is what i want to do I am developing a web site, in which i to provide a link which will display current server machines used. This server...
... 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...