my( $a, $b ) = wibble( x, y, @z )
{
do some wibbling with $x, $y and @z
returning a pair ($a,$b)
}
