Welcome to mirror list, hosted at ThFree Co, Russian Federation.

perl-sub-definition « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a507d1f64525216e40a963931c2ae6052e17e3d5 (plain)
1
2
3
4
sub RIGHT {
	my ($n) = @_;
	print "ChangeMe";
}