/usr/local/CPAN/Filter-Simple/Demo2a.pm


package Demo2a;
$VERSION = '0.01';

use Filter::Simple sub {
	s/(\$[a-z])/\U$1/g;
};

1;