package foo; use File::Copy; # Code here. package bar; # Won't work, as File::Copy was not used in this package. copy('source','dest');