Jeff 'japhy' Pinyan wrote:
On Sep 19, JupiterHost.Net said:

I want to add a hash to a hash,

So how can I add %w to %q in that example?

The general way is:

  # to add %w to %q
  @q{keys %w} = values %w;

If there are overlapping keys, %w's values will be used.

Why not just

    %q = (%q, %w);

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to