#!/bin/env perl use strict; use warnings; use Foo(); Foo::show(); Foo::func(); Foo::funk();