Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

RE: Stripping characters from strings

by ashok (Sexton)
on Nov 02, 2000 at 23:58 UTC ( [id://39733]=note: print w/replies, xml ) Need Help??


in reply to Stripping characters from strings

#Split a string into characters $_ = "Ashok kumar"; @chars = split(//,$_); @chars = reverse @chars;#@chars will have "ramuk kohsA"

Log In?
Username:
Password:

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

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

    No recent polls found