SYNOPSIS
use Acme::Currency;
€scalar = "stringn";
@array = 1..10;
€array[2] = 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.
ABSTRACT
Why 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.
Product's homepage
Requirements:
· Perl