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

Re^5: howto strip the first char of a string?

by BrowserUk (Patriarch)
on Sep 08, 2004 at 20:32 UTC ( [id://389457]=note: print w/replies, xml ) Need Help??


in reply to Re^4: howto strip the first char of a string?
in thread howto strip the first char of a string?

Colour me confused but isn't:

$_ = 'foo'; chop Reverse; print; __END__ fo

a complicated way of doing?:

$_ = 'foo'; chop; print; fo

Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-20 03:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found