in reply to Re^2: Fatal error: "Can't upgrade that kind of scalar"
in thread Fatal error: "Can't upgrade that kind of scalar"

%:: is short for %main:: - it is package main's symbol table.

See Symbol Tables in perlmod

Clint