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