#! /usr/bin/perl use strict; use warnings; use A; use B; A->new(); B->new();