Help for this page

Select Code to Download


  1. or download this
    my $obscure = Business::CreditCard::Obscure->new(cardnum => '123456789
    +012')->obscure();
    
  2. or download this
    use Business::CreditCard::Obscure qw(obscure);
    my $obscure = obscure(cardnum = '123456789012');