Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: map and grep or clear code?

by johngg (Canon)
on Jan 31, 2012 at 11:36 UTC ( [id://950957]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        ( my $filter = $filterClean ) =~ s{([A-Za-z])}{$filterMap{ $1 }}g;
        say qq{$filterClean --> $filter};
    }
    
  2. or download this
    GAV18 --> 42818
    gAv18 --> 42818
    peter --> 73837
    Bill34 --> 245534
    

Log In?
Username:
Password:

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

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

    No recent polls found