Thread letztes Zeichen eines Skalars übernehmen (7 answers)
Opened by HP-User at 2012-04-24 13:26

FIFO
 2012-04-24 14:28
#157813 #157813
User since
2005-06-01
469 Artikel
BenutzerIn

user image
Guest HP-User
Ich kann Umbrüche entfernen, das letzte Zeichen Löschen (chomp/chop) aber wie bekomme ich den letzten Buchstaben?


perldoc -f chop:

Note that "chop" returns the last character.

Code: (dl )
1
2
perl -e "$_='foo'; print chop()"
o
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"

View full thread letztes Zeichen eines Skalars übernehmen