Help for this page

Select Code to Download


  1. or download this
    use Strict::Subs;
    foo(); # The subroutine main::foo might be called but it doesn't exist
    + yet.
    
  2. or download this
    package Strict::Subs;
    use strict;
    use warnings;
    ...
        }
        @siblings;
    }