package foo; use warnings; use strict; use Exporter 'import'; our @EXPORT_OK = qw/$bar/; our $bar = 42; 1;