use Matrix::Client; my $c = Matrix::Client.new: :home-server; $c.login: @*ARGS[0], @*ARGS[1]; say $c.rooms;