in reply to Re (tilly) 1: require & $main::variables
in thread require & $main::variables

Most errors (not this one, but most) where a require did not do what a use would are missing the import.
... or the fact that it's in a BEGIN block.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Re (tilly) 1: require & $main::variables