This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlsyn: change = to == in conditional in do/while example
authorLukas Mai <l.mai@web.de>
Tue, 5 Jan 2016 23:35:24 +0000 (00:35 +0100)
committerLukas Mai <l.mai@web.de>
Tue, 5 Jan 2016 23:40:52 +0000 (00:40 +0100)
commit015aa1a8bb85e915bcad7260c8d42e63732ebce5
treedcb47b637590e2788fc05d181d5a0fa13bae7b14
parent1ef95abd22cb7e7bc8dea64138acb366b461f657
perlsyn: change = to == in conditional in do/while example

... also remove unused LOOP label from 'last' example, mention 'redo'
(works like 'next' in this case), add example that combines
'next'/'last' (and requires the label).
pod/perlsyn.pod