]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/oreilly_dumpvar.pl
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / scripts / oreilly_dumpvar.pl
index 3efe8b64ea8a52a9f464e2744cdf3ad378b96164..70410d83611ff04ca5b7c8b3baf413b8f7a8580f 100644 (file)
@@ -25,3 +25,5 @@ $x = 10;
 %z = (1,2,3,4, 5, 6, \@y);
 $z = 300;
 DUMPVAR::dumpvar("Test");
+
+# vim:ts=4:sw=4:expandtab:tw=80