I have code that looks like this:

**************************************
if ($props =~ /\S/) {
    %{$ptr[-1]->[-1]} = ($props =~ m/\s*([^=]+)="([^"]+)"/g);
}
**************************************

My problem is that I only want to append the properties and their values to
that hash, not replace that hash with the new properties.

Is there a notation that will let me do that without requiring temporary
variables?

Thx.

- Bryan



-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to