add quotes to examples to show hidden whitespace
Arthur Axel "fREW" Schmidt [Thu, 9 Sep 2010 02:47:42 +0000 (02:47 +0000)]
examples/console.pl

index 8f4f770..0b731d3 100644 (file)
@@ -16,5 +16,5 @@ my @sql = (
 
 );
 
-print "\n\n" . $sqlat->format($_) . "\n" for @sql;
+print "\n\n'" . $sqlat->format($_) . "'\n" for @sql;