Help for this page
package Foo; sub foo { warn "blorf!" } 1;
#!/usr/bin/perl ... __END__ foo reported: 'blorf! at Foo.pm line 3. '