Help for this page
#!/usr/bin/perl -wTR use strict; ... print $gateway $expiry; # ALLOWED $foo++; # Still of CreditCard type...
restrict CreditCard, CreditCardGateway; filter CreditCard, \&clean_credit_card; ... $restricted = s/.{12}/./; # replace 12 digits with .s return $restricted; }