Help for this page

Select Code to Download


  1. or download this
    sub gettag {
            # ...
    ...
            # ... end of extract ...
            # ...
    }
    
  2. or download this
    sub PutEnvelope {
            # store "ignored" outer tag for later use by puttag
    ...
            $eref -> { $envtag }{ ASSMNTS } = $tref -> { ASSMNTS }; # enve
    +lope tags must preserve assignments
            delete $eref -> { $; }; # replace any $; at same level.
    }