package module1; use strict; require Exporter; use vars qw(@EXPORT_OK); our $str = "Placeholder"; @EXPORT_OK = qw($str); 1;