|
First
|
Prev |
Next
|
Last
Pages: 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597
FAQ 4.42 How can I tell whether a certain element is contained in a list or array? This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 20 Feb 2007 03:40
http://bangalore.pm.org Hi, There is still a bangalore perl mongers group, you all are requested to at least join the mailing list and support the perl development in bangalore. The URL is http://bangalore.pm.org Thanks, Abhishek jain http://bangalore.pm.org ... 20 Feb 2007 03:09
Newbie...Not able to include a file in perl script Greetings, I am entirely new to perl. Just starting with it. I have a file (test.env) which I want to make use in (code.plx) file. test.env contains variables which will be used in code.plx. I tried: #!/usr/bin/perl $class='/full_path/test.env'; require $class; But I am getting some "... 21 Feb 2007 03:24
Running Perl/CGI scripts in Tomcat server Hi, I have problem running my cgi scripts under Apache Tomcat server. I am using Apache Tomcat/5.5.20 on WinXP. I followed the instruction tips I found out at http://www.wellho.net/forum/Perl-Programming/Running-Perl-CGI-scripts-under-Apache-Tomcat.html http://www.ftponline.com/javapro/2003_03/online/perl_... 20 Feb 2007 02:38
FAQ 5.3 How do I count the number of lines in a file? This is an excerpt from the latest version perlfaq5.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 19 Feb 2007 21:28
fcntl call to check if a file is open - help needed On Feb 19, 3:50 pm, "sa" <sysadmi...(a)gmail.com> wrote: Hi all, Consider the script below. After reading some man and perldoc on fcntl, open, etc, I'm obviously doing something wrong - it gives me the same result regardless whether a file I'm checking is open or not. [root(a)willow tmp]# lsof dis... 20 Feb 2007 19:35
fcntl call to check if a file is open - help needed Hi all, Consider the script below. After reading some man and perldoc on fcntl, open, etc, I'm obviously doing something wrong - it gives me the same result regardless whether a file I'm checking is open or not. [root(a)willow tmp]# lsof disk.txt [root(a)willow tmp]# ./fcntl_test disk.txt flags: 4294964736... 19 Feb 2007 18:20
FAQ 4.41 How can I remove duplicate elements from a list or array? This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 19 Feb 2007 15:43
which is more powerfull ? I need to process some files to create new one with OMR marks . which is more powerfull in processing files ? awk/sed or perl or others ? Thanks ... 24 Feb 2007 20:13
FAQ 4.68 How can I make the Perl equivalent of a C structure/C++ class/hash or array of hashes or arrays? This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 19 Feb 2007 14:40 |