> Hmm, it does not seem to work for me:
>

Yes, you're right! It was my mistake.

$b = transpose($a);

perldl> $b .= $b->rotate(1)

perldl> p $a

[
 [0 0 0]
 [0 0 0]
 [0 1 0]
]

Sorry for the confusion.

Matt

-- 
Matthew Kenworthy / Assistant Astronomer / Steward Observatory
933 N. Cherry Ave. / Tucson AZ 85721 / vox 520 626 6720

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to