Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^5: How to split an integer??

by nvivek (Vicar)
on Dec 07, 2012 at 04:44 UTC ( [id://1007682]=note: print w/replies, xml ) Need Help??


in reply to Re^4: How to split an integer??
in thread How to split an integer??

For splitting integer value, need to specify pattern explicitly as null string as follows.
# $number contains numerical value which is greater than 9 split('', $number);

Log In?
Username:
Password:

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

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

    No recent polls found