in reply to Re: how to construct tree from parent pointer list
in thread how to construct tree from parent pointer list

The security risk can be avoided with DBM::Deep or Storable.
-nuffin
zz zZ Z Z #!perl
  • Comment on Re^2: how to construct tree from parent pointer list

Replies are listed 'Best First'.
Re^3: how to construct tree from parent pointer list
by BerntB (Deacon) on Mar 22, 2006 at 11:31 UTC
    The security risk can be avoided with DBM::Deep or Storable.
    Has those modules been analyzed fom a security perspective? There are no C-like buffer overruns possible, but...?
      Storable is well tested by the community, and generally considered safe.

      I don't know about DBM::Deep, but dragonchild should be able to answer this one.

      -nuffin
      zz zZ Z Z #!perl