The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Percent::Underscore - let %_ interpolate any expression.

VERSION

$Id: Underscore.pm,v 0.1 2008/07/01 17:56:27 dankogai Exp dankogai $

SYNOPSIS

    use Percent::Underscore;
    print "PI = $_{ 4 * atan2(1,1) }.\n";

DESCRIPTION

This module is just a shothand for tie %_, 'Tie::Expression';.

SEE ALSO

Tie::Expression

EXPORT

Nothing.

AUTHOR

Dan Kogai, <dankogai at dan.co.jp>

BUGS

Please report any bugs or feature requests to bug-tie-expression at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Tie-Expression. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Percent::Underscore

You can also look for information at:

ACKNOWLEDGEMENTS

None so far.

COPYRIGHT & LICENSE

Copyright 2008 Dan Kogai, all rights reserved.

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