Help for this page
#!/usr/bin/perl -w use strict; ... print foo($code); print "why blank line above?\n";
perl t2.pl ... line2 why blank line above?
perl>perl -v This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-li +nux-gnu-thread-multi (with 41 registered patches, see perl -V for more detail)