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