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

Re: Remove digits from a string and add timestamp to the result

by ww (Archbishop)
on Jan 02, 2013 at 13:31 UTC ( [id://1011273]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @old = qw(20120301Customer100 20120402Alsocust200 20130102Nothercu3
    +00); 
    my (@new, $item);
    
    ...
    for $item(@new) {
        say $item;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-19 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found