Help for this page
*xyz = \&X::YY::ZZ::function;
my $string = 'Hi There'; local *_ = \$string; ... print $string; __OUTPUT__ Hi There