Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub foo {
        return 1;
    }
    
  2. or download this
    Strictly: 1
    Laxly: 1
    Strictly: Can't wibble
    Undefined subroutine &main::wibble called at noname2.pl line 13.