Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Regex to match 20 chars of some digits followed by some spaces

by Zaxo (Archbishop)
on Dec 19, 2003 at 03:32 UTC ( [id://315735]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Given $record
    my %record;
    @record{ qw/account address info/ }
    ...
    ($record{'account'}) = $record{'account'} =~ /^(\d+)$/ 
        or die 'Bad Account ID';    # detaints, too
    # verify the rest
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2025-01-18 09:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (56 votes). Check out past polls.