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