Re: array of hashrefs (nested)

From: Roy Johnson (rjohnson_at_shell.com)
Date: 10/27/03


Date: 27 Oct 2003 10:14:33 -0800

You are using a reference to a global variable, @tags, which you are
overwriting each pass through the loop.
    use strict;
would have helped. Then you would have known to declare it as "my" and
it probably would have given you the results you were expecting.

VAR1 is Dumper's name for the reference to @tags.



Relevant Pages

  • Re: AltQ + ng_iface
    ... here is a netgraph family for tags, ... reference on the hook to ensure that the hook is not removed while your ... packet is in teh queue. ... Similarly either the packet holds a reference ...
    (freebsd-net)
  • Re: GEDOM as a database format
    ... reference a person's name, address during a particular year, and the date ... and how those tags can generate both display text ... The problem with xml as I see is it is in its origins of document definition. ... As to the lack of a working genealogical xml scheme, I sympaphize, but I doubt that there can be one. ...
    (soc.genealogy.computing)
  • [PATCH] DocBook/HTML: correction of recursive A tags in HTML output
    ... The malformed HTML was generated after switch to XSLTPROC ... from SGML tools. ... The reference title ... is converted into two recursive tags ...
    (Linux-Kernel)
  • Re: h1, h2 and search engines
    ... I think I got it from a reference you gave. ... the analysis done on that site was that there were no tags. ... > nor will they help your site placement or ranking in a search engine. ...
    (microsoft.public.frontpage.client)
  • Re: Reference page cast not working
    ... The VS 2005 conversion tool did not properly convert my explicit @ ... Reference directive tags on the .ascx page, ... control of that type actually appears as a static control on the page. ...
    (microsoft.public.dotnet.languages.csharp)