Help for this page
use strict; use warnings; ... return join( ' ', @list ), '[', join( ',', @$idx1 ), ']'; }
perl monk[10,11]