c:\test>perl -wE"my $a, qq[$b];" Useless use of string in void context at -e line 1. Name "main::b" used only once: possible typo at -e line 1. Use of uninitialized value $b in string at -e line 1.