#!/usr/local/bin/perl #title "Wish I could include global constants" #CheeseSpread.pl use strict; use warnings; package CheeseSpread; BEGIN{ our $name = "Mary"; our $monkish = "MaryFranan"; } 1;