Re: [CDBI] Trouble with Perl's reverse function
Ricardo SIGNES <rjbs-perl-cdbi-qhrM8SXbD5J4T/+Z0n4RR9i2O/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
* Carlos Vicente <cvicente-zZ82ZiX1S8l+u43qRgrggVnYRNhDb3e+9nwVQlTi/[email protected]> [2006-11-14T14:56:59] > e.g. > > push @foo, 'bar'; > @rev = reverse @foo > Did you try: @rev = CORE::reverse @foo ? -- rjbs