From: Michael Howe Date: Tue, 8 Apr 2014 23:02:38 +0000 (+0100) Subject: print -> say for newline goodness X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fb0bde292e1e8ec0843b0c65f742f495fa1f8b8c;p=pub%2Fmichael%2Fnational-rail-ticket-split.git print -> say for newline goodness --- 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", @_ ); } }