Help for this page
package R; my $R = 10;
use R; ... my $subcode = "sub { local \$_; package R; print $R }"; my $subref = eval $subcode; &$subref;