Help for this page
use strict; use warnings; ... &do_stuff1(1, 2, 3); &do_stuff2(1, 2, 3);
sub do_stuff1 { shift; #val into $_ chomp; say; }