You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by "Jason E. Stewart" <ja...@openinformatics.com> on 2001/03/14 18:59:46 UTC

postModule.pl

Hey Harmon,

I was just documenting postModule.pl a bit, and found a piece that I
don't understand, could you explain why we need it, and I'll put a
comment in the code.

    # MUNG MODULE, 
    #    CHANGE "$args[0] = tied(%{$args[0]})"
    #    TO     "$args[0] = tied(%{$args[0]}) || $args[0]"
    s/(\$args\[([1-9]\d*)\])\s*=\s*tied\(%\{\$args\[\2\]\}\)/$& || $1/;

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org