Help for this page
#!/usr/bin/perl use strict; ... sub printme { print "x: ", shift, "\n"; }
x: a x: b