# New Ticket Created by fergal@esatclear.ie # Please include the string: [perl #23630] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23630 > > perl -we '$c' Useless use of a variable in void context at -e line 1. Name "main::c" used only once: possible typo at -e line 1. > perl -we '$c,@c' Useless use of a variable in void context at -e line 1. Useless use of a variable in void context at -e line 1. Although $c and @c are each used only once there is no warning for either of them.