# Unstrict.pm 22dec18waw package Unstrict; # use strict; # module will not compile with strictures enabled $string = bareword; sub func { return $string; } 1;