Acme::Currency

Acme::Currency module uses a source filter to replace every occurrance of a given string in the source code with the $-sigil.
Download

Acme::Currency Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steffen Mueller
  • Publisher web site:
  • http://search.cpan.org/~smueller/InlineX-XS-0.02/lib/InlineX/XS.pm

Acme::Currency Tags


Acme::Currency Description

Acme::Currency module uses a source filter to replace every occurrance of a given string in the source code with the $-sigil. SYNOPSIS use Acme::Currency; €scalar = "stringn"; @array = 1..10; €array = 2; no Acme::Currency; print $scalar; # prints "stringn"; use Acme::Currency ''; money = '1.12'; @time = ( money, and_I_mean_it ); # Just kidding or I wouldn't be writing this.ABSTRACTWhy confine yourself to using the American Dollar as scalar-context sigil? There's a few currencies out there and in the age of internationalization and Unicode, there is no reason not to use them for our evil purposes. Requirements: · Perl


Acme::Currency Related Software