$ perl -E 'say STDOUT ("one", "two", "three")' onetwothree $ perl -E 'say STDOUT("one", "two", "three")' Undefined subroutine &main::STDOUT called at -e line 1.