#!/usr/bin/perl use strict; use warnings; use Package2 qw(:all); use Package1 qw(:all); $\ = $/; print this(); print that(); print this(); print that(); print foobar();