Приглашаем посетить
Плещеев (plescheev.lit-info.ru)

Chapter 13.  Strings and Sorting

Previous
Table of Contents
Next

Chapter 13. Strings and Sorting

Perl is designed to be good at solving programming problems that are about 90% working with text and 10% everything else. So it's no surprise that Perl has strong text-processing abilities, including all that we've done with regular expressions. But sometimes the regular expression engine is too fancy, and you need a simpler way of working with a string, as you'll see in this chapter.

    Previous
    Table of Contents
    Next