Dave Mitchell <davem (AT) iabyn (DOT) comwrote::The change below removes the success part of the super-linear cache code:in the regex engine. None of the tests in the test suite ever triggered:it, and I'm unable to think of an example that could. If I'm wrong,:some of you may find o...
The change below removes the success part of the super-linear cache codein the regex engine. None of the tests in the test suite ever triggeredit, and I'm unable to think of an example that could. If I'm wrong,some of you may find one or more of your regexes suddenly takinguniverse-hea...
Change 28571 by davem@davem-cyril on 2006/07/14 11:50:37remove regex postive super-linear cache code(it wasn't actually achieving anything)Affected files //depot/perl/regexec.c#441 edit //depot/perl/t/op/re_tests#95 editDifferences //depot/perl/regexec.c#441 (text)Index: perl/regexec.c perl...
Automated smoke report for 5.9.4 patch 28569Mugwump.uk.radan.com: Intel(R) Pentium(R) 4 CPU 3.40GHz(~3391 MHz) (x86/2 cpu) on MSWin32 - WinXP/.Net SP2 using cl version 12.00.8804 smoketime 13 hours 23 minutes (average 20 minutes 5 seconds)Summary: FAIL(F) = K F = Failure(s), extended report at t...
Since there are the parameters which have multi-values,you could store thevalues in an array and use this array's reference as hash's value.Forexample:while(<HD>){ next if /^\s*#|^\s*;/; next if /^\s*$/; my @array = split/\s+/; my $key = shift @array; $hash{$key} = \@array || ...
"Gabor Szabo" <szabgab (AT) gmail (DOT) comwrites:+ print $out "Say something nice\n";Shouldn't this be print {$out} "Say something nice\n";As per PBP?-- Johan...
Could you paste your config file here?Then we could look at the situationmore clearly.>looks good but my configs don't us "=" there is just a space so could>one use my ($key,$value) = split/\ /; to split the kay and the value ?...
Hello,Follow the conditions,the resolving way is not so complicated as yours.Iwould give my sample way,hope it's useful to you.here is the config file's content:$ cat config.txt;test file# comment linesIP = 1.2.3.4PRT = 80PREFRK_CHILDS = 5MIN_SPARE_CHILDShere is the sample script:$ cat...
Am Freitag, 14. Juli 2006 04:02 schrieb Will Coleda via RT:Whoops, re-opening.This apparently isn't quite ready yet, as converting tcl to use the newsyntax results in a nearly- complete fail of the test suite.Per Audrey: .loadlib 'dynlexpad' stopped working, becauseParrot_register...
Hi.Sorry to bother but I can't get this script to workIt is supposed to parse the openvpn config,1) any line starting with a ";" is to be ignored2) all directives are written to a hash where the key is the directive andthe value is the value of the directive .3) if the directive is present...
Would it make sense to implement the PostgreSQL SPI interface as a setof Parrot PMC's; then ANY HLL on Parrot could use those PMC's? couldthe SPI be wrapped by PERL for example, and then the THER HLL's simplyuse the classes/objects of the PERL interface? MessageFrom: David Fetter...
# New Ticket Created by Kay-Uwe Huell# Please include the string: [perl #39829]# in the subject line of all future correspondence about this issue.# <URL: >Hi parrot,unfortunatly you fail when I call your accept() op. I have fixed thisissue with attached patch.You can test this with:/parro...

