- or download this
use strict;
BEGIN { test; }
- or download this
use strict;
BEGIN { test; }
- or download this
use strict;
test;
- or download this
use strict;
BEGIN { test(); }
- or download this
use strict;
BEGIN { $var; }
- or download this
use strict;
BEGIN { ${'test'}; }