I have this module I use which imports things I always need. Now I can translate:
to:use strict; use warnings; use feature 'say';
But how do I translate:strict->import::into($caller); warnings->import::into($caller); feature->import::into($caller, 'say');
?use v5.020;
In reply to how to import::into v5.020 by M4
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |