Hi , MoscowPM, Странно, я Ричарду Фоли прислал замечание на исправление в perldebtut, но он так и не понял моего вопроса, почему? -------- Пересылаемое сообщение -------- 08.07.2015, 15:58, "Richard Foley" <[email protected]>:
Hi Nikolay, > I've just translated perldebtut.pod to russian (https://metacpan.org/pod/ Way cool! Good work Nikolay! :D -- Ciao Richard Foley http://www.rfi.net/books.html On Tue, Jul 07, 2015 at 07:25:31PM +0300, Nikolay Mishin wrote: > Hi Richard, > > I've just translated perldebtut.pod to russian (https://metacpan.org/pod/ > release/MISHIN/POD2-RU-5.18.0.1.77/lib/POD2/RU/perldebtut.pod) > So, I think in > http://search.cpan.org/~arc/perl/pod/perldebtut.pod > > these text > > Ever wanted to know what a regex looked like? You'll need perl compiled with > the DEBUGGING flag for this one: > > > perl -Dr -e '/^pe(a)*rl$/i' > > is wrong > the right line is: > > perl -Mre=debug -e '/^pe(a)*rl$/i' > perl '-Mre qw(debug)' -e '/^pe(a)*rl$/i' #the same thing > > also, we can omit phrase "You'll need perl compiled with the DEBUGGING flag > for > this one:" > because it unneedable > > many thanks > > best regards, > Nikolay Mishin -------- Завершение пересылаемого сообщения -------- -- С уважением Николай Мишин -- Moscow.pm mailing list [email protected] | http://moscow.pm.org
