$ perl -Mwarnings -Mstrict -e' my $x, $y;' Parentheses missing around "my" list at -e line 1. Global symbol "$y" requires explicit package name at -e line 1. Execution of -e aborted due to compilation errors.