From fb0bde292e1e8ec0843b0c65f742f495fa1f8b8c Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Wed, 9 Apr 2014 00:02:38 +0100 Subject: [PATCH] print -> say for newline goodness --- split-route.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/split-route.pl b/split-route.pl index 43de160..f4c3cba 100755 --- a/split-route.pl +++ b/split-route.pl @@ -281,6 +281,6 @@ sub get_substops { # Simple debugging function sub debug { if( $debug ){ - print join( "\n", @_ ); + say join( "\n", @_ ); } } -- 2.39.5