last update: by
• Author : Bernhard Kuner
ask_secret, dumpData, printTable
Print formated table, sort table by column $sortIdx, unsorted if $sortIdx is undef
• Example : Fill and print a table.
push (@array, \@a); # OR push (@$aRef, ["colVal1","colVal2","colVal3","colVal4"],1); printTable(\@array,["HeadCol1","HeadCol2","HeadCol3","HeadCol4"],2);
• Parameter :
Print any data structure. Nearly the same as Data::Dumper(), but in a more compact way. Used for debug purposes. - what else:-)
• Parameter :
Hidden console input for passwords etc