I guess you meant to send this to the list.
On Wed, Nov 11, 2009 at 5:27 PM, David Mertens <[email protected]> wrote: > > > On Wed, Nov 11, 2009 at 9:22 AM, Gabor Szabo <[email protected]> wrote: >> >> On Wed, Nov 11, 2009 at 4:15 PM, David Mertens <[email protected]> >> wrote: >> > Matt meant to send this to the whole list. If this isn't a really cool >> > example of data flow, I don't know what is: >> > >> > On Wed, Nov 11, 2009 at 8:07 AM, Matthew Kenworthy >> > <[email protected]> wrote: >> >> >> >> Gabor, >> >> >> >> If you want to drop one of the transpose, you could also do: >> >> >> >> $b = $a->transpose; >> >> >> >> $b .= $b->rotate(1); >> >> >> >> That will flow back the rotate into $a. >> >> >> >> Hmm, it does not seem to work for me: > > Is this a bug in 2.4.3? It works for me, in 2.4.5. I am using 2.4.3 now so maybe it is a bug in that version. Gabor _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
