The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

hubaddr - Data addresses

SYNOPSIS

An address points to a value nested inside hash structures. It is semantically equivilent to a how a pathname points to a file on your hard-drive.

A nested hash structure is a hash who's elements may be hashes, arrays, or scalars. Sub-hashes and sub-arrays may also (recursively) contain these elements.

DESCRIPTION

Given the nested structure:

  %hash {                               # Hash
      @fruit {                          # Array
          % {                           # Anonymous hash at index 0
              name  => apple
              color => red
              grown => Washington
          }
      }
  }

AUTHOR

Ryan Gies

COPYRIGHT

Copyright (c) 2006 Livesite Networks, LLC. All rights reserved.

Copyright (c) 2000-2005 Ryan Gies. All rights reserved.

UPDATED

This file created by <#sys/proc/zname> on <#dt(nozeros,notime);sys/proc/tstamp> at <#dt(ampm,nosec,nozeros,nodate);sys/proc/tstamp>