Help for this page
D:\>perl -we "print('foo')" foo ... D:\>perl -we "no warnings qw/syntax/; print ('foo')" foo D:\>