in reply to Re^2: Manipulating columns of PDL data using slice() method
in thread Manipulating columns of PDL data using slice() method

$pdl->transpose is indeed a human-friendly synonym for $pdl->xchg(0,1).