1 2 3 4 5 6 7 8 9
#!/usr/bin/env perl use strict; use warnings; use Term::VT102; my $term = Term::VT102->new(cols => 80, rows => 24);