Re: [CDBI] Trouble with Perl's reverse function
Carlos Vicente <cvicente-zZ82ZiX1S8l+u43qRgrggVnYRNhDb3e+9nwVQlTi/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
> Did you try: > > @rev = CORE::reverse @foo That fixed it. Thank you! Now, can anyone help me understand what is going on internally? Does that mean I'm hitting a different 'reverse' upstream in the hierarchy, instead of Perl's core reverse? cv