Help for this page
package Foo; ... return; # I like explicit returns. }
use strict; use warnings; ... Foo::hello(); #prints "hello\n"