Help for this page
package Foo; use strict; ... } 1;
use strict; use Foo; ... for ( 0..10 ) { print Foo::get_line };