#!/usr/bin/perl -w use strict; use lib '.'; use Inc1; use Inc2; print "Here we go!\n"; foo1(); foo2(); print "All done.\n";