NAME
String::Lookup::PurePerl - pure Perl implementation of String::Lookup
SYNOPSIS
use String::Lookup;
tie my %lookup, 'String::Lookup', ( parameters );
my $id= $lookup{ \$string }; # strings must be indicated by reference
my $string= $lookup{$id}; # numbers indicate id -> string mapping
DESCRIPTION
Please see the documentation in String::Lookup.
AUTHOR
Elizabeth Mattijsen
COPYRIGHT
Copyright (c) 2012 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.