Interpolation.pm
(Current version 0.73; last updated 13 June 2009)
Suppose your program needs to print out a lot of dollar amounts, and
you'd like to print each one out with a leading dollar sign, commas
every three places, and always two places for cents after a decimal
point, so that the number 1234.5 should be formatted as $1,234.50. One
more»
Revision history for Perl extension Interpolation.
Originaly by Mark-Jason Dominus (mjd-perl-interpolation@plover.com)
Since version 0.66 maintained by Jenda@Krynicky.cz
0.68 - Fri Apr 5 2002
0.69 - Fri Feb 8 2003
added 'name:->$' (no parameters => tied scalar)
you may assign to interpolators with types '$->$', '$->@' and '->$'
0.70 - Thu Aug 21 2003
fixed the sprintfX builtin (
more»
This software is copyright (c) 2009 by Jan Krynicky (Jenda@Krynicky.cz), Mark-Jason Dominus (mjd@plover.com).
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Terms of the Perl programming language system itself
a) the GNU General Public License as published by the Free
Software Foundation; either v
more»