Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Restricted' data, a clarification

by jarich (Curate)
on Feb 12, 2004 at 02:54 UTC ( [id://328455]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://328455]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-18 03:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found