Raoul Zwart > Acme-Ref > Acme::Ref

Download:
Acme-Ref-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source  

NAME ^

Acme::Ref - unstringify a reference

SYNOPSIS ^

  use Acme::Ref qw/deref/;
  my $h = { yomomma => q!so fat! };
  print deref("$h")->{yomomma};

DESCRIPTION ^

  Allows Jaap to do twisted things.

  http://zoidberg.sf.net/

SEE ALSO ^

  man perlguts

AUTHOR ^

Raoul Zwart, <rlzwart@cpan.org>

COPYRIGHT AND LICENSE ^

Copyright 2003 by Raoul Zwart

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.