1 2 3 4 5 6 7 8 9 10 11
#!perl -w # Don't use strict because this is for testing use package test_use; sub import { shift; @got = @_; } 1;