First  |  Prev |  Next  |  Last
Pages: 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
FAQ 8.28 How can I call backticks without shell processing?
This is an excerpt from the latest version perlfaq8.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 . --------... 8 Apr 2008 09:11
FAQ 8.38 How do I timeout a slow event?
This is an excerpt from the latest version perlfaq8.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 . --------... 8 Apr 2008 03:19
Posting Guidelines for comp.lang.perl.misc ($Revision: 1.8 $)
Outline Before posting to comp.lang.perl.misc Must - Check the Perl Frequently Asked Questions (FAQ) - Check the other standard Perl docs (*.pod) Really Really Should - Lurk for a while before posting - Search a Usenet archive If You Like - Check Other Re... 8 Apr 2008 02:17
FAQ 8.36 How do I fork a daemon process?
This is an excerpt from the latest version perlfaq8.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 . --------... 7 Apr 2008 20:58
Comparing two files
Hi folks, I have the following piece of code to compare two files: The first one has list of all id's. The second has a list of both id's and places. I need to compare the id's in the both lists. If the id in the first file matches with the id in the second file, then the id in the first file should be concate... 7 Apr 2008 18:52
remembering parameters
Hi, I have two queries -- I pass the result of the SELECT query to a stored procedure. The result from the SELECT query is different during every pass and I somehow need to remember the old value and pass that to the store procedure when next time the perl script runs. I would appreciate some help. #!/usr... 7 Apr 2008 18:21
FAQ 8.32 How can I write expect in Perl?
This is an excerpt from the latest version perlfaq8.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 . --------... 7 Apr 2008 15:09
somewhat unusual way to define a sub
I found in a program a piece of code which basically looked like this: my $n="myname"; *$n=sub { .... }; The whole think was of course guided by no strict 'refs'. My question: Is this just a unusual way to write sub myname { ... } or did I miss something here? Ronald ... 10 Apr 2008 05:21
Using module whith name stored in variable
Hello all! Can anybody tell how can I use modele which name stored in variable? For example, I have this code: ######################################## package MyModule; use strict; use Exporter; use vars qw(@ISA @EXPORT $DEBUG); @ISA = qw/Exporter/; @EXPORT = qw(foo); sub foo($) { my $arg = shift... 7 Apr 2008 06:29
funzy.com http://geocities.com/it_super_manager/
funzy.com http://geocities.com/it_super_manager/ ... 7 Apr 2008 03:29
First  |  Prev |  Next  |  Last
Pages: 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181