Help for this page
package Foo; use strict; ... } 1;
#!/bin/env perl use strict; use warnings; ... Foo::show(); Foo::func(); Foo::funk();