package Spin::Command::spin; our $foo = "Bar"; sub func { print "Foo:$foo"; }