A package is a separate name space for variables to reside in.
package Nothing; sub doNothing { print "This package does nothing!\n"; } 1;