First  |  Prev |  Next  |  Last
Pages: 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
Can you compile a perl executable?
If I made an application, and wanted to make it portable, is it possible to compile it into a single binary? ... 11 Mar 2010 04:32
how to speed up a string-substitution loop?
Hi, Looking for suggestions on how to speed up the function below. It's intended to "re-macroize" the output of make; in other words given a sequence of command lines generated by make, and a set of make macros, I need to substitute in the make variables such that "gcc -c -g -O2 - Wall -DNDEBUG" might become (sa... 5 Mar 2010 05:01
trim the last blank-line and compare files
Hi Im comparing two files. Newer file has blank-line introduced at the end. So the file difference is only a blank-line at the end. If I need to ignore this difference, module File::Compare does not help. tried with the third argument to the cmp function: cmp("file1","file2", sub { chomp($_[0]) ne chomp($_[1... 2 Mar 2010 13:30
FAQ 7.6 What's an extension?
This is an excerpt from the latest version perlfaq7.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 . --------... 2 Mar 2010 06:45
FAQ 6.21 Are Perl regexes DFAs or NFAs? Are they POSIX compliant?
This is an excerpt from the latest version perlfaq6.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 . --------... 2 Mar 2010 00:15
FAQ 5.37 Why does Perl let me delete read-only files? Why does "-i" clobber protected files? Isn't this a bug in Perl?
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 . --------... 1 Mar 2010 18:43
extract number from binary string
>>>>> "OA" == Oscar Almer <o.almer(a)sms.ed.ac.uk> writes: OA> I seem to recall (I wrote some code that parses binary strings OA> recently) that oct() does that, if you prefix it with "0b" to OA> indicate binaryness. Some application of reverse / substr might be OA> useful to handle byte ordering. OA> ... 1 Mar 2010 15:15
Generate a wsdl file from a cgi script
Hi, I am very new in web service with the perl language so, i writed a cgi script (as server) and a pl script (as client). Now, i want to generate a wsdl file to make a web service composition. Please, tell me how can i make this task? I spent a lot of time without result. Best regards Nabil ... 1 Mar 2010 15:15
FAQ 8.35 How do I close a process's filehandle without waiting for it to complete?
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 . --------... 1 Mar 2010 06:57
FAQ 4.73 How do I keep persistent data across program calls?
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 . --------... 1 Mar 2010 00:26
First  |  Prev |  Next  |  Last
Pages: 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93