
Acme::Ref - unstringify a reference

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

Allows Jaap to do twisted things. http://zoidberg.sf.net/

man perlguts

Raoul Zwart, <rlzwart@cpan.org>

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.