5 lines
48 B
Text
5 lines
48 B
Text
|
sub RIGHT {
|
||
|
my ($n) = @_;
|
||
|
print "ChangeMe";
|
||
|
}
|