Devel::Spy::TieArray - Tied logging wrapper for arrays


Devel-Spy documentation  | view source Contained in the Devel-Spy distribution.

Index


NAME

Top

Devel::Spy::TieArray - Tied logging wrapper for arrays

SYNOPSIS

Top

  tie my @pretend_guts, 'Devel::Spy::TieArray', \ @real_guts, $logging_function
    or croak;

  # Passed operation through to @real_guts and tattled about the
  # operation to $logging_function.
  $pretend_guts[0] = 42;

CAVEATS

Top

This has not been implemented. Feel free to add more and send me patches. I'll also grant you permission to upload into the Devel::Spy namespace if you're a clueful developer.

SEE ALSO

Top

Devel::Spy, Devel::Spy::_obj, Devel::Spy::Util, Devel::Spy::TieHash, Devel::Spy::TieScalar, Devel::Spy::TieHandle.


Devel-Spy documentation  | view source Contained in the Devel-Spy distribution.