diff --git a/script-samples/pre/second.pl b/script-samples/pre/second.pl index 380cc0f..7bd3347 100644 --- a/script-samples/pre/second.pl +++ b/script-samples/pre/second.pl @@ -3,4 +3,5 @@ use strict; use warnings; -print "And this is the second pre (bootstrap) script.\n"; +# because jthan is a baby +say "And this is the second pre (bootstrap) script.";