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.