5 lines
95 B
Perl
5 lines
95 B
Perl
print "normal\n";
|
|
system "tput rev";
|
|
print "reversed\n";
|
|
system "tput sgr0";
|
|
print "normal\n";
|