Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: how to get numbers only from n numbers or more digit numbers?

by aitap (Curate)
on Jun 13, 2013 at 07:32 UTC ( [id://1038701]=note: print w/replies, xml ) Need Help??


in reply to Re^2: how to get numbers only from n numbers or more digit numbers?
in thread how to get numbers only from n numbers or more digit numbers?

split by ",", shift the resulting array, here you are.

my @results = split /,/,$_; shift @results; print "@results\n";
  • Comment on Re^3: how to get numbers only from n numbers or more digit numbers?
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-04-25 02:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found