As the title indicates, is there anyway that I can automatically tell perl to include the following in every perl script that I write (unless noted otherwise)?
use strict;
use warnings;
use feature 'say';
I know it's not a big deal to write three lines, but it would be nice if I could just change some system file or something to make it so I never have to do this again.
Thanks in advance.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…