The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.