$ perl -MO=Deparse -e '$x = anything_could_go_here::' $x = 'anything_could_go_here'; -e syntax OK #### q{} '' => :: qw{} - (as in -bareword) #### no strict; $x = bareword; #### "" and qq{} `` and qx{}