This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
for (reverse @foo) now iterates in reverse in place.
authorNicholas Clark <nick@ccl4.org>
Thu, 15 Jul 2004 12:47:50 +0000 (12:47 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 15 Jul 2004 12:47:50 +0000 (12:47 +0000)
commite682d7b7fae5a50c5afb147f913a4e88d7261606
tree644c399b397737feec6637e4339926ef7c874e65
parentd46f46af75970be4ecf8811cc8d1ad9bcd7df36c
for (reverse @foo) now iterates in reverse in place.

p4raw-id: //depot/perl@23115
op.c
pod/perltodo.pod
pp_ctl.c