Perl

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
Home » Development Group »» Perl
  • removing +ve super-linear cache code

    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...

    0 answers | 757 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • removing +ve super-linear cache code

    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...

    1 answers | 462 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Change 28571: remove regex postive super-linear cache code

    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...

    0 answers | 5649 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Smoke 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)

    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...

    2 answers | 3597 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • regex and parsing config file directives..

    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 || �...

    0 answers | 2149 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • perlopentut.pod start recommenting $fh instead of FH

    "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...

    9 answers | 214 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • regex and parsing config file directives..

    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 ?...

    0 answers | 284 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • regex and parsing config file directives..

    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...

    0 answers | 4109 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • Implement .loadlib pragma in IMCC

    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...

    3 answers | 537 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • regex and parsing config file directives..

    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...

    7 answers | 2174 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • PL/Parrot

    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...

    0 answers | 1198 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

  • accept() always fails

    # 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...

    6 answers | 842 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg

SPONSORED
QUESTION
SPONSORED
EMSDN