Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print foo($code);
    
    print "why blank line above?\n";
    
  2. or download this
    perl t2.pl 
    
    ...
    line2
    
    why blank line above?
    
  3. or download this
    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)