15:37:38 < jthan> you should use say, not print.

15:37:43 < r00t^2> and why is that?
15:37:50 < jthan> get rid of your ugly \n
15:37:52 < jthan> saves space
15:37:54 < jthan> say is shorter
15:37:56 < jthan> no \n
15:37:57 < jthan> win win win
15:38:04 < r00t^2> lol, fucking fine
15:38:18 < jthan> 1337 perl
15:38:23 < jthan> jthan's specialty
This commit is contained in:
brent s 2017-05-07 15:39:02 -04:00
parent af5944bfea
commit 479c6e65bc

View File

@ -3,4 +3,5 @@
use strict; use strict;
use warnings; 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.";