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