ars_GetListSchema(ctrl, changedsince=0)changedsince is an optional timestamp that will cause
only schemas newer than that time to be returned.
undef.
Example:
@schemas = ars_GetListSchema($c);
for($i = 0; $i < $#schemas ; $i++) {
print "$schemas[$i]\n";
}