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