use strict; use Functions::Base qw(func1 func2 func3); func1; func2; func3; print "\n";