Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #
    ...
        level1();
        print "Finished!\n";
    }
    
  2. or download this
    foo@bar:~/dev$ perlcritic --severity=4 subinsub.pl
    Subroutine does not end with "return" at line 11, column 5.  See page 
    +197 of PBP.  (Severity: 4)
    
  3. or download this
    foo@bar:~/dev$ perl -w subinsub.pl
    In the mainline.
    Inside level1!
    Finished!