Sign in
code
/
git
/
6a269e52a5d0c82567c5b39cc194cc90f9fa9156
/
.
/
t
/
t4018
/
perl-sub-definition
blob: a507d1f64525216e40a963931c2ae6052e17e3d5 [
file
] [
log
] [
blame
]
sub
RIGHT
{
my
(
$n
)
=
@_
;
print
"ChangeMe"
;
}